Added second Hello-World

pull/2/head
Devran Cakici 2024-10-03 20:17:41 +02:00
parent 30d25da644
commit a38473c5ea
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
public class Main {
public static void main(String[] args) {
System.out.println("Hello World!");
System.out.println("Hello World! the second");
}
}