Skip to content

Commit c7aecca

Browse files
author
James Heggs
committed
Include Cat interface for getting started
1 parent 6c2e674 commit c7aecca

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ After a cat has eaten its food their reaction tends to differ between species
4848

4949
As a bonus exercise some domestic cats will randomly let out a dismissive "It will do I suppose" comment following eating.
5050

51+
We've created the Cat interface to get you started
5152

5253
## Your solution should have...
5354

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
package com.techreturners.cats;
2+
3+
interface Cat {
4+
5+
}

0 commit comments

Comments
 (0)