From 18c48e586372400f8464d516d1284d755fd877b4 Mon Sep 17 00:00:00 2001 From: savindusandeepana2 <56923026+savindusandeepana2@users.noreply.github.com> Date: Wed, 23 Oct 2019 18:30:28 +0530 Subject: [PATCH] Nsbm --- C#/HelloWorld.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/C#/HelloWorld.cs b/C#/HelloWorld.cs index 9a27456..2ca4e72 100644 --- a/C#/HelloWorld.cs +++ b/C#/HelloWorld.cs @@ -6,8 +6,8 @@ class HelloWorld { static void Main() { - Console.WriteLine("Hello World!"); + Console.WriteLine("Hello World nsbm!"); Console.ReadKey() } } -} \ No newline at end of file +}