From 6d721dcf66a4f2340733374a8e32b9cd9a0020e7 Mon Sep 17 00:00:00 2001 From: embtest <73155057+embtest@users.noreply.github.com> Date: Wed, 5 May 2021 11:54:59 +0530 Subject: [PATCH] Update hello.cs --- hello.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello.cs b/hello.cs index 4d7ef8c7b0..44c8b34169 100644 --- a/hello.cs +++ b/hello.cs @@ -4,7 +4,7 @@ namespace HelloWorld class Hello { static void Main(string[] args) { - System.Console.WriteLine("Hello World!"); + System.Console.WriteLine("Hello World!!!"); } } }