I know that the C++ standard says that return 0 is inserted at the end of main() if no return statement is given; however, I often see recently-wri
return 0
main()
Because this is how they did it 30 years ago. It is more of a convention IMO.