removed second Hello-World

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

View File

@ -2,7 +2,7 @@ public class Main {
public static void main(String[] args) {
System.out.println("Hello World!");
System.out.println("Hello World! the second");
System.out.println("Hello World! the third");
}