2024-10-03 20:16:56 +02:00
|
|
|
public class Main {
|
|
|
|
public static void main(String[] args) {
|
|
|
|
System.out.println("Hello World!");
|
2024-10-03 20:17:41 +02:00
|
|
|
|
2024-10-03 20:20:28 +02:00
|
|
|
|
2024-10-03 20:18:02 +02:00
|
|
|
|
|
|
|
System.out.println("Hello World! the third");
|
2024-10-03 20:20:50 +02:00
|
|
|
|
|
|
|
System.out.println("Hello World! the fourth");
|
2024-10-03 20:16:56 +02:00
|
|
|
}
|
|
|
|
}
|