add newline to C3/hello_world.c
This commit is contained in:
parent
3ed2a4276c
commit
d927ba186b
@ -5,6 +5,6 @@
|
|||||||
int main(void)
|
int main(void)
|
||||||
{
|
{
|
||||||
// This is a single line of comment
|
// This is a single line of comment
|
||||||
printf("Hello World");
|
printf("Hello World\n");
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user