Which is the smallest program to compile and run without errors?
main() { ; }
main()
int main() {return 0;}
main() { }