Skip to content

Commit 8e7d965

Browse files
authored
Rename main(C).c to Plus One - Solution.c
1 parent 0dbf139 commit 8e7d965

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Arrays & Strings/#66 - Plus One - Easy/main(C).c renamed to Arrays & Strings/#66 - Plus One - Easy/Plus One - Solution.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ int main(){
4242
}
4343
printf("%d]",ret_arr[returnSize-1]);
4444
free(ret_arr);
45-
}
45+
}

0 commit comments

Comments
 (0)