TestPr2/Test.java

6 lines
116 B
Java

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