Added fourth Hello-World

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

View File

@ -5,5 +5,7 @@ public class Main {
System.out.println("Hello World! the third");
System.out.println("Hello World! the fourth");
}
}