coolBranch #2

Merged
3009694 merged 6 commits from coolBranch into main 2024-10-03 20:25:52 +02:00
1 changed files with 13 additions and 0 deletions

13
Main.java 100644
View File

@ -0,0 +1,13 @@
public class Main {
public static void main(String[] args) {
System.out.println("Hello World!");
System.out.println("Hello World! the third");
System.out.println("Hello World! the fourth");
System.out.println("Hello World! the fifth");
}
}