Skip to content

Commit

Permalink
Update hello-world.c
Browse files Browse the repository at this point in the history
  • Loading branch information
lmussier authored Jun 11, 2018
1 parent e0fda6a commit fd2fa4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hello-world.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include <stdio.h>
int main() {
printf("Hello, World!");
printf("Hello, World!\n");
return 0;
}

0 comments on commit fd2fa4e

Please sign in to comment.