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 +}