Compare commits

...

2 Commits

Author SHA1 Message Date
Devran Cakici 405b809330 Added fourth Hello-World 2024-10-03 20:20:50 +02:00
Devran Cakici eb7e283e35 removed second Hello-World 2024-10-03 20:20:28 +02:00
1 changed files with 3 additions and 1 deletions

View File

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