Skip to content

Commit e0d4bd9

Browse files
committed
fix: List Import 제거
1 parent 5f65c66 commit e0d4bd9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

number-of-1-bits/ymir0804.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import java.util.List;
2-
31
class Solution {
42
public int hammingWeight(int n) {
53
int result = 1;

0 commit comments

Comments
 (0)