TestPr2/Test.java

6 lines
116 B
Java
Raw Normal View History

2024-10-01 14:43:47 +02:00
public class Test {
2024-10-01 14:45:29 +02:00
public static void main(String[] args) {
System.out.println("Hello World");
}
2024-10-01 14:43:47 +02:00
}