SyntaxFix
Write A Post
Hire A Developer
Questions
simply put this at the end of your code:
while(1){ }
this function will keep going on forever(or until you close the console) and will keep the console it from closing on its own.