Skip to content

Commit 7ed1558

Browse files
author
Sungwook Choi
committed
contains-duplicate
1 parent cc905f5 commit 7ed1558

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

contains-duplicate/jejufather.cpp

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

33-
3433
void main(void) {
3534
int test[100001] = {0};
3635
printf("%d\n", containsDuplicate(test, 1));
37-
}
36+
}

0 commit comments

Comments
 (0)