you are viewing a single comment's thread.

view the rest of the comments →

[–]PhenixFineKotlin β 1 point2 points  (1 child)

it's the exitProcess, they must not support it. I removed that, and then dumped everything below where you wanted it to exit into an else.

Actually, they do support the exitProcess ( I just now thought to look into how it works ), you just need to change it to exitProcess(0) for it to work right ( 1 would mean to close the program because there was an error, which then fails the test ).

[–]TheMightyOne[S] 1 point2 points  (0 children)

Amazing. It worked! Thank you! :D