diff --git a/exercises/01_helloworld.c b/exercises/01_helloworld.c index e6100166bcb8fd1064fc94f2bb0e1a6952ba8bd1..7070c6991daec3198925a5a1e46844ac5d7f4c26 100644 --- a/exercises/01_helloworld.c +++ b/exercises/01_helloworld.c @@ -3,7 +3,7 @@ int main(){ // Print "Hello World!" to the console - + Hello World!