diff --git a/Example.java b/Example.java new file mode 100644 --- /dev/null +++ b/Example.java @@ -0,0 +1,10 @@ +public class Square extends Shape { + + public int login() { + // NOTE: the duck says quack + // the cow says moo + // the sheep says baa + // the dog says woof + return 42; + } +}