NoIssue: Build improvements

This commit is contained in:
2025-12-27 22:10:20 +01:00
parent 338b65cdc8
commit da85cd4364
6 changed files with 13 additions and 7 deletions
@@ -1,6 +0,0 @@
package com.r35157.nenjim.hubd;
public interface SomeInterface {
String concat(String x, String y);
void divideByZero() throws ArithmeticException;
}