jwhite1979
2009-05-07 11:26:39 UTC
#include
int main(void)
{
printf("Hello, World!\n");
return 0;
}
I run it through the compiler and run the program. Nothing. A little window--looks like a DOS prompt--pops up and disappears before I can see if anything is written there.
What am I doing wrong? Could it be a setting on the compiler? Could it not be linking the way it should?