1 Commits

Author SHA256 Message Date
Minimons
588e046f5e NoIssue: Clean-up 2025-11-26 14:53:22 +01:00

View File

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