Skip to content

Commit 07dc830

Browse files
author
Sungwook Choi
committed
contains-duplicate
1 parent 2bb46c5 commit 07dc830

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contains-duplicate/jejufather.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ bool containsDuplicate(int* nums, int numsSize) {
3030
return false;
3131
}
3232

33+
3334
void main(void) {
3435
int test[100001] = {0};
3536
printf("%d\n", containsDuplicate(test, 1));

0 commit comments

Comments
 (0)