NoIssue: Build improvements

This commit is contained in:
2025-12-26 23:44:23 +01:00
parent 0385cef6e8
commit eccc5bcf62
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;
}