Is there a line of code that will terminate the program?
Something like python\'s sys.exit()?
sys.exit()
In main(), there is also:
return 0;