From 4f31caf354c2abf2d1a0fec93d0b048e676d885c Mon Sep 17 00:00:00 2001 From: xbx <1827135378@qq.com> Date: Tue, 19 Sep 2023 14:25:53 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=A7=E9=BB=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Test.java | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/Test.java diff --git a/src/Test.java b/src/Test.java new file mode 100644 index 0000000..c7b66ff --- /dev/null +++ b/src/Test.java @@ -0,0 +1,5 @@ +public class Test { + public static void main(String[] args){ + System.out.println("sb大黄"); + } +}