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 47d987d commit 5099844Copy full SHA for 5099844
README.md
@@ -596,4 +596,3 @@
596
593. [Longest Substrin with At Most K Distinct Characters](source-code/Longest_Substrin_with_At_Most_K_Distinct_Characters.cpp)
597
594. [H-Indx II](source-code/H-Indx_II.cpp)
598
595. [Power of Four](source-code/Power_of_Four.cpp)
599
-Success!
readme-generator.cpp
@@ -43,6 +43,5 @@ int main(void) {
43
perror ("Directory open failed.");
44
return EXIT_FAILURE;
45
}
46
- printf("Success!");
47
return EXIT_SUCCESS;
48
0 commit comments