Initial commit

This commit is contained in:
2025-12-03 15:18:41 +01:00
commit 2d963c7fd8
26 changed files with 483 additions and 0 deletions

14
test/java/MainTest.java Normal file
View File

@@ -0,0 +1,14 @@
package java;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Assertions.*;
public class MainTest {
@BeforeEach
public void setup() {
}
}