diff --git a/nice-project/Program.cs b/nice-project/Program.cs index 5da6ef6..5f86d96 100644 --- a/nice-project/Program.cs +++ b/nice-project/Program.cs @@ -14,6 +14,9 @@ static void Main(string[] args) var result = stuff.DoWhatNeedsToBeDone(fileReader); Console.WriteLine($"Result is {result}"); + + // Wait for input + Console.ReadLine(); } } } \ No newline at end of file