From 0208f0067b2aa4a931dca2e95b32cffe131a4b30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8F=91=E9=9C=89=E7=9A=84=E6=A9=84=E6=A6=84=E6=9E=9C?= Date: Fri, 12 Jun 2020 13:34:25 +0800 Subject: [PATCH] Delete helloworld.java --- .github/helloworld.java | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 .github/helloworld.java 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(); - } - } -}