We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dbf139 commit 8e7d965Copy full SHA for 8e7d965
Arrays & Strings/#66 - Plus One - Easy/main(C).c renamed to Arrays & Strings/#66 - Plus One - Easy/Plus One - Solution.c
@@ -42,4 +42,4 @@ int main(){
42
}
43
printf("%d]",ret_arr[returnSize-1]);
44
free(ret_arr);
45
-}
+}
0 commit comments