If there were any errors in the build (e.g. WARNING: Removed block xxx - plane too narrow, or Invalid brush xx - not a volume!), then your block may have been deleted by the compiler.
Code:
void main()
{
cout << "I am MrCode,";
cout << "hear me roar!";
system("PAUSE");
}