Added third Hello-World

pull/2/head
Devran Cakici 2024-10-03 20:18:02 +02:00
parent a38473c5ea
commit 5fe6e7d205
1 changed files with 2 additions and 0 deletions

View File

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