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