NoIssue: Clean-up

This commit is contained in:
2026-01-24 14:41:16 +01:00
parent c157c80036
commit 8451aae083

View File

@@ -1,6 +0,0 @@
package com.r35157.nenjim.kicker;
public interface SomeInterface {
String concat(String x, String y);
void divideByZero() throws ArithmeticException;
}