From d6ca70bcb823c92ead37b929a894311fd1481243 Mon Sep 17 00:00:00 2001 From: Jason Lu Date: Thu, 2 Jan 2025 23:16:37 +0800 Subject: [PATCH] change greeting --- HelloWorld.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HelloWorld.java b/HelloWorld.java index ad1f2f4..3da1412 100644 --- a/HelloWorld.java +++ b/HelloWorld.java @@ -1,5 +1,5 @@ public class HelloWorld { public static void main(String[] args) { - System.out.println("Hello world"); + System.out.println("Hello tian!!!"); } } \ No newline at end of file