Bob R.
2008-06-12 16:24:08 UTC
#include
main()
{
printf("This is a C program\n");
}
, it doesn't execute when I click compile and run. A black box flashes on the screen and disappears when I click this, however. Can someone help me? >.<