From e776910e7174bfdc705bf2636ebfef7fba32314a Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Tue, 20 Oct 2020 16:08:09 -0500 Subject: [PATCH] Add trailing newline to hello-world.c --- hello-world.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 +}