Hacker News new | ask | show | jobs
by flebron 4152 days ago
In C++, "return 0" from main is actually the default (i.e. you don't need to explicitly return), same in C99.