From 04e4bc680977d6ec4f8bc8e4ff404677f1268071 Mon Sep 17 00:00:00 2001 From: Devran Cakici Date: Thu, 3 Oct 2024 20:23:43 +0200 Subject: [PATCH] Added fifth Hello-World because of issue --- Main.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Main.java b/Main.java index 7ccfe9e..b481dc7 100644 --- a/Main.java +++ b/Main.java @@ -7,5 +7,7 @@ public class Main { System.out.println("Hello World! the third"); System.out.println("Hello World! the fourth"); + + System.out.println("Hello World! the fifth"); } }