diff --git a/hello-world.c b/hello-world.c index 644e896..28581dd 100644 --- a/hello-world.c +++ b/hello-world.c @@ -4,4 +4,4 @@ int main() { printf("Hello World!\n"); printf("Hello again, World!\n"); return 0; -} \ No newline at end of file +}