2023-11-05 15:22:15 +01:00

5 lines
109 B
Java

public class Test {
public static void main(String[] args) {
System.out.println("Hello, World!");
}
}