SyntaxFix
Write A Post
Hire A Developer
Questions
Put a Console.Read() as the last line in your program. That will prevent it from closing until you press a key
static void Main(string[] args) { StringAddString s = new StringAddString(); Console.Read(); }