C | Make "Hello World" with C language

Before we traveled, let's say hello to the world.
Coding:
1. By using "printf"
#include <stdio.h>
void main(){ // void main(), menunjukkan tidak ada nilai balik 
       printf("Hello World\n");
}

2. By using "puts"
#include <stdio.h>
void main(){ // void main(), menunjukkan tidak ada nilai balik 
       puts("Hello World");
}

Output:


The first program is quite encouraging me at the time, and hopefully you too.
[Indonesia]
Copyright © 2012-2099 X-programning - Dami Tripel Template Level 2 by ardi33.net. All rights reserved.
Edited by Proxy7 X-programing.blogspot.com.