logoalt Hacker News

tadfisher12/07/20250 repliesview on HN

I believe that is a C-ism, where the C runtime calls your main() and exits the process with the return value. The Java equivalent is System.exit(int status).