We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c2e674 commit c7aeccaCopy full SHA for c7aecca
README.md
@@ -48,6 +48,7 @@ After a cat has eaten its food their reaction tends to differ between species
48
49
As a bonus exercise some domestic cats will randomly let out a dismissive "It will do I suppose" comment following eating.
50
51
+We've created the Cat interface to get you started
52
53
## Your solution should have...
54
src/main/java/com/techreturners/cats/Cat.java
@@ -0,0 +1,5 @@
1
+package com.techreturners.cats;
2
+
3
+interface Cat {
4
5
+}
0 commit comments