diff --git a/Program.cs b/Program.cs index a08c1eb..643abd0 100644 --- a/Program.cs +++ b/Program.cs @@ -6,7 +6,7 @@ class Program { static void Main(string[] args) { - Console.WriteLine("Hello World 2!"); + Console.WriteLine("Hello World 3!"); } } }