#include <windows.h> //library
#include <stdio.h> //library
#include <conio.h> //library
int main(){ //main method
printf("Hello World !"); //print the result
getch(); // this is for pause the cmd.
}
i use dev c 4.9.9.2 IDE.
Google and download it, its free :)