Added package

This commit is contained in:
blha303
2013-11-10 23:41:03 +08:00
parent c8f20396aa
commit 5e2ef19615
3 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,5 @@
package org.drtshock;
import java.util.List;
import java.util.ArrayList;

View File

@@ -1,3 +1,5 @@
package org.drtshock;
public interface Tuber {
public boolean isDelicious();
}