From 71eff2361112207160c4c2a713e4d1067e8f7f1b Mon Sep 17 00:00:00 2001 From: kenomote <44365080+kenomote@users.noreply.github.com> Date: Thu, 1 Jul 2021 16:19:42 +0800 Subject: [PATCH] Update hello.java --- hello.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hello.java b/hello.java index 2c9bb0a..e3b99ad 100644 --- a/hello.java +++ b/hello.java @@ -1,5 +1,5 @@ class HelloWorld { public static void main(String[] args) { - System.out.println("Hello, World!"); + System.out.println("This is a new branch"); } -} \ No newline at end of file +}