APL/APL2.1/TP9/Rectangle/Main.java

8 lines
117 B
Java
Raw Normal View History

public class Main
{
public static void main(String[] args)
{
Rectangle pl = new Rectangle();
}
}