From 169f451662f98289ec7daa326174ef02801cb114 Mon Sep 17 00:00:00 2001 From: kenomote <44365080+kenomote@users.noreply.github.com> Date: Thu, 1 Jul 2021 16:17:12 +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..ebd1022 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("Test only"); } -} \ No newline at end of file +}