There was an error while loading. Please reload this page.
1 parent 1c5afb6 commit 4020e84Copy full SHA for 4020e84
src/main/scala/Animal.scala
@@ -0,0 +1,9 @@
1
+class Bird {
2
+ def fly = "I'm flying!"
3
+}
4
+
5
+class Fish {
6
+ def swim = "I'm swimming!"
7
8
9
+// class Duck ???
0 commit comments