Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

c# keep console open

//Put a Console.Read() as the last line in your program. 
//That will prevent it from closing until you press a key

Console.Read();
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #console #open
ADD COMMENT
Topic
Name
4+7 =