diff --git a/c/csharp.cs b/c/csharp.cs index 23ceef42..926f4cf6 100644 --- a/c/csharp.cs +++ b/c/csharp.cs @@ -1,5 +1 @@ -class HelloWorld { - static void Main() { - System.Console.WriteLine("Hello World"); - } -} \ No newline at end of file +System.Console.WriteLine("Hello World");