c# - Visual Studio exit 0 -
this question has answer here:
- how keep console window open 9 answers
i'm new visual studio. c# program has no errors. when try run console app shows second goes away. looked @ thread said turn off module load message tools>options>output window. however, still exit code 0. there need in main keep console open or problem?
if writing console, exit when processing done. add console.readline() or console.readkey() wait input before closing.
Comments
Post a Comment