diff --git a/c#/helloworld.cs b/c#/helloworld.cs new file mode 100644 index 0000000..01b3829 --- /dev/null +++ b/c#/helloworld.cs @@ -0,0 +1 @@ +Console.WriteLine("Hello World!"); \ No newline at end of file