From e6d4ec770a6bba8942a56ae9388219bd87ac79d3 Mon Sep 17 00:00:00 2001 From: Imi <27138272+iminet@users.noreply.github.com> Date: Wed, 3 Aug 2022 06:28:58 +0200 Subject: [PATCH] Update helloworld.cs --- csharp/helloworld.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/csharp/helloworld.cs b/csharp/helloworld.cs index 6bcf54b..636d3e3 100644 --- a/csharp/helloworld.cs +++ b/csharp/helloworld.cs @@ -1,3 +1,4 @@ +// C# sample file namespace HelloWorld { class Hello @@ -7,4 +8,4 @@ namespace HelloWorld System.Console.WriteLine("Hello World!"); } } -} \ No newline at end of file +}