diff --git a/.github/helloworld.java b/.github/helloworld.java deleted file mode 100644 index 0a720dc..0000000 --- a/.github/helloworld.java +++ /dev/null @@ -1,16 +0,0 @@ -// A Hello World! program in C#. -using System; -namespace HelloWorld -{ - class Hello - { - static void Main() - { - Console.WriteLine("Hello World"); - - // Keep the console window open in debug mode. - Console.WriteLine("Press any key to exit."); - Console.ReadKey(); - } - } -}