HateLace/app/src/main/java/hatelace/Program.java

7 lines
199 B
Java
Raw Normal View History

2024-04-16 07:19:34 +02:00
package hatelace;
2024-04-16 15:06:25 +02:00
import java.util.ArrayList;
2024-04-16 07:19:34 +02:00
2024-04-16 15:06:25 +02:00
// This is simply an intermediate class to comply with the specified API requirements.
public abstract class Program extends ArrayList<Instruction> {}