Skip to content

Commit 214cb31

Browse files
committed
contains duplicate solution
1 parent b5cc1da commit 214cb31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contains-duplicate/ohgyulim.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ public boolean containsDuplicate(int[] nums) {
1515
}
1616
return false;
1717
}
18-
}
18+
}

0 commit comments

Comments
 (0)