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