Compare commits

...

3 Commits

Author SHA1 Message Date
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 9 additions and 0 deletions

9
Main.java 100644
View File

@ -0,0 +1,9 @@
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");
}
}