From 1af3d5a2270742048c6cbc29a9070b998cbccb39 Mon Sep 17 00:00:00 2001 From: testuser Date: Fri, 5 Dec 2025 18:36:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=B5=8B=E8=AF=952?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: testuser --- src/test/java/com/example/AppTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/com/example/AppTest.java b/src/test/java/com/example/AppTest.java index 2f0e8f1..e53d8a0 100644 --- a/src/test/java/com/example/AppTest.java +++ b/src/test/java/com/example/AppTest.java @@ -8,6 +8,6 @@ public class AppTest { @Test public void test1() { int a = 5; - System.out.println(a); + System.out.println("hi"); } }