Skip to content

Commit c19caa4

Browse files
authored
Update lib.rs
1 parent 14e01c7 commit c19caa4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

count_bits/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ pub fn count_bits(n: usize) -> Vec<usize> {
88
}
99
result.insert(i, 1 + result[i - power]);
1010
}
11-
println!("{:?}", result);
1211
return result;
1312
}
1413

0 commit comments

Comments
 (0)