don't you need to return an int for it to compile?

eg:
Code:
int main()
{


return 0;
}