From 4245ccec18103de1c6ea20d2b879b4bd28b4ac2a Mon Sep 17 00:00:00 2001 From: lisl Date: Fri, 22 Mar 2024 17:42:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E5=88=86=E6=94=AF=E6=8F=90?= =?UTF-8?q?=E4=BA=A4=E5=90=88=E5=B9=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/gitTest/Test.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/gitTest/Test.java b/src/gitTest/Test.java index 8a68b54..a6e8ee3 100644 --- a/src/gitTest/Test.java +++ b/src/gitTest/Test.java @@ -8,5 +8,8 @@ public class Test { public Test (){ System.out.println("hello"); } + public static void TestAAA (){ + System.out.println("hello"); + } }