cicaprojekt/cicaprojekt/Measurable.java

6 lines
72 B
Java

package cicaprojekt;
public interface Measurable {
int weight();
}