Skip to content

Commit b08c37d

Browse files
committed
Fourth Recorded Day
1 parent 06171a5 commit b08c37d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Interface/Prey.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
public interface Prey {
2+
3+
void flee();
4+
}

0 commit comments

Comments
 (0)