2023-01-10 11:40:39 +01:00

5 lines
109 B
Java

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