Set up project structure
Some checks failed
Publish Snapshot / call-publish (push) Has been cancelled

This commit is contained in:
2025-09-09 10:01:14 +02:00
commit b0e1803783
21 changed files with 709 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
package ltd.lulz
import org.junit.jupiter.api.Test
class ApplicationTest {
@Test
fun contextLoads() {
// placeholder
}
}