From d499d30624c17f1cabb6146cbe6d11131d0df885 Mon Sep 17 00:00:00 2001 From: devannea Date: Sun, 5 May 2019 19:08:40 -0500 Subject: [PATCH] Saying hello to myself --- HelloWorld/HelloWorld.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HelloWorld/HelloWorld.cs b/HelloWorld/HelloWorld.cs index 8168c805..fc42a1e2 100644 --- a/HelloWorld/HelloWorld.cs +++ b/HelloWorld/HelloWorld.cs @@ -6,7 +6,7 @@ class Program { static void Main(string[] args) { - Console.WriteLine("Hello World!"); + Console.WriteLine("Hello Devanne!"); } } }