From 90c53e2f60597723dac354af45dea63aa8474b79 Mon Sep 17 00:00:00 2001 From: li204200 <2042004419@qq.com> Date: Fri, 13 Dec 2024 23:00:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4java?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- java/HelloWorld.java | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 java/HelloWorld.java diff --git a/java/HelloWorld.java b/java/HelloWorld.java deleted file mode 100644 index 2fef3f8..0000000 --- a/java/HelloWorld.java +++ /dev/null @@ -1,7 +0,0 @@ -public class HelloWorld -{ - public static void main(String[] args) - { - System.out.println("helloworld"); - } -} \ No newline at end of file