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