diff --git a/Program.cs b/Program.cs index 57e9547..41fb0b5 100644 --- a/Program.cs +++ b/Program.cs @@ -11,6 +11,7 @@ namespace SimKons static void Main(string[] args) { Console.WriteLine("HELLO"); + Console.WriteLine("HI"); } } }