hi i am new to c++ and i just downloaded it and started a guide to it. after a few pages in it, it showed me a hello world program. I have dev c++ 5 when i run the program it opens and everything but then it closes before i see anything, i am a noob so please answer and dont say something like, that is so easy to answer and not say anything. here is the code
#include <iostream.h>
int main();
{
cout <<"Hello World!\n";
return 0;
}