Added fifth Hello-World because of issue

pull/2/head
Devran Cakici 2024-10-03 20:23:43 +02:00
parent 405b809330
commit 04e4bc6809
1 changed files with 2 additions and 0 deletions

View File

@ -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");
}
}