Erythro/tests/test.java

5 lines
109 B
Java

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