Terminates the program with an exit code.
1 2
exit(0) // Exit with status code 0 (success) exit(1) // Exit with status code 1 (error)