From 9b1483f4fb3668b722bf612c4f23ef5b917ac482 Mon Sep 17 00:00:00 2001 From: ouyanglz <981833271@qq.com> Date: Sun, 30 Oct 2022 23:34:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=86=99=E4=BA=86=E4=B8=80=E4=B8=AAhalloworld?= =?UTF-8?q?=E7=A8=8B=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Main.java | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Main.java diff --git a/Main.java b/Main.java new file mode 100644 index 0000000..806dd7d --- /dev/null +++ b/Main.java @@ -0,0 +1,6 @@ +public class Main { + public static void main(String[] args) + { + System.out.println("hello world!"); + } +} -- Gitee