waf/playground/gcj/more/es/Hi.java

6 lines
66 B
Java

public class Hi {
public Hi() {
System.out.println("hi");
}
}