File tree Expand file tree Collapse file tree 7 files changed +6
-11
lines changed Expand file tree Collapse file tree 7 files changed +6
-11
lines changed Original file line number Diff line number Diff line change 11#include <stdio.h>
22
33int main () {
4- // You can use print statements as follows for debugging, they'll be visible
5- // when running tests
4+ // You can use print statements as follows for debugging, they'll be visible when running tests
65 printf ("Logs from your program will appear here!\n" );
76
87 // Uncomment this block to pass the first stage
Original file line number Diff line number Diff line change 11#include <stdio.h>
22
33int main () {
4- printf ("Logs from your program will appear here!\n" );
5-
64 printf ("$ " );
75 fflush (stdout );
86
Original file line number Diff line number Diff line change 1- @@ -1,16 +1,13 @@
1+ @@ -1,15 +1,11 @@
22 #include <stdio.h>
33
44 int main() {
5- - // You can use print statements as follows for debugging, they'll be visible
6- - // when running tests
7- printf("Logs from your program will appear here!\n");
8-
5+ - // You can use print statements as follows for debugging, they'll be visible when running tests
6+ - printf("Logs from your program will appear here!\n");
7+ -
98- // Uncomment this block to pass the first stage
109- // printf("$ ");
1110- // fflush(stdout);
Original file line number Diff line number Diff line change 11#include <stdio.h>
22
33int main () {
4- // You can use print statements as follows for debugging, they'll be visible
5- // when running tests
4+ // You can use print statements as follows for debugging, they'll be visible when running tests
65 printf ("Logs from your program will appear here!\n" );
76
87 // Uncomment this block to pass the first stage
You can’t perform that action at this time.
0 commit comments