Merge pull request 'coolBranch' (#2) from coolBranch into main

Reviewed-on: #2
main
Devran Cakici 2024-10-03 20:25:52 +02:00
commit 7b3fd22d83
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");
}
}