IMS-java/Code/Steiner/Zootest/src/Flying.java
2024-12-19 07:51:04 +01:00

4 lines
45 B
Java

public interface Flying {
void fly();
}