From bf3374ac1d5b8d20d4aa162231635887560d95d9 Mon Sep 17 00:00:00 2001 From: xht <3066927051@qq.com> Date: Sat, 25 Mar 2023 17:35:28 +0800 Subject: [PATCH] test --- test1.java | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 test1.java diff --git a/test1.java b/test1.java new file mode 100644 index 0000000..ea28c13 --- /dev/null +++ b/test1.java @@ -0,0 +1,7 @@ +public class test1 +{ + public static void main(String []args) + { + System.out.println("Hello World!!!"); + } +}