Commit b67f5733 authored by a-j.towse's avatar a-j.towse

initial commit

parent 89aec285
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
public class Square extends Shape{
int size;
public Square(){
super();
}
public Square(int x){
super(x);
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment