Add trailing newline to hello-world.c

This commit is contained in:
BBaoVanC 2020-10-20 16:08:09 -05:00
parent 164108aa1b
commit e776910e71
No known key found for this signature in database
GPG Key ID: 6D74C8B0E7D791C2
1 changed files with 1 additions and 1 deletions

View File

@ -4,4 +4,4 @@ int main() {
printf("Hello World!\n");
printf("Hello again, World!\n");
return 0;
}
}