NoIssue: Clean-up

This commit is contained in:
Minimons
2025-11-26 14:53:22 +01:00
parent 5e7421d79b
commit 588e046f5e

View File

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