View Single Post
Old Jun 6th, 2006, 4:48 PM   #7
Prm753
Professional Programmer
 
Prm753's Avatar
 
Join Date: Oct 2005
Location: United States
Posts: 447
Rep Power: 4 Prm753 is on a distinguished road
Send a message via AIM to Prm753 Send a message via MSN to Prm753
#include <stdio.h>
int main()
{
    printf("Hello World!\n");
    system("pause");
    return 0;
}

That will show up if you run the .exe by itself.
__________________
The world's first athletic computer geek!
The home of PrProgramsStudios
How not to post a question: <-- Please don't reply
Prm753 is offline   Reply With Quote