Initial commit

This commit is contained in:
2025-09-10 07:10:16 +00:00
committed by Swordsteel
commit be59535bce
15 changed files with 556 additions and 0 deletions

View File

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