Compare commits

...

7 Commits

Author SHA1 Message Date
Devran Cakici 7b3fd22d83 Merge pull request 'coolBranch' (#2) from coolBranch into main
Reviewed-on: #2
2024-10-03 20:25:52 +02:00
Devran Cakici 04e4bc6809 Added fifth Hello-World because of issue 2024-10-03 20:23:43 +02:00
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
Devran Cakici 5fe6e7d205 Added third Hello-World 2024-10-03 20:18:02 +02:00
Devran Cakici a38473c5ea Added second Hello-World 2024-10-03 20:17:41 +02:00
Devran Cakici 30d25da644 Added absolutely nothing 2024-10-03 20:16:56 +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");
}
}