From 745681b3e74164f0cf16a6fa15aed92879c80677 Mon Sep 17 00:00:00 2001 From: haeslelu Date: Wed, 23 Feb 2022 10:02:58 +0100 Subject: [PATCH] "Hello World !" added ! --- test2302git/src/test2302git/Start.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test2302git/src/test2302git/Start.java b/test2302git/src/test2302git/Start.java index f4b5e7c..080140e 100755 --- a/test2302git/src/test2302git/Start.java +++ b/test2302git/src/test2302git/Start.java @@ -4,7 +4,8 @@ public class Start { public static void main(String[]args) { - System.out.println("Hello World"); + System.out.println("Hello World!"); + } }