Added: Tuber!

Also did some other stuff.
This commit is contained in:
Kyle Clemens
2013-11-10 02:37:13 -05:00
parent a7dbfd20c4
commit 9d0544e8dc
2 changed files with 17 additions and 11 deletions

3
src/Tuber.java Normal file
View File

@@ -0,0 +1,3 @@
public interface Tuber {
public boolean isDelicious();
}