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

This commit is contained in:
2025-09-09 17:11:15 +02:00
commit 3b7efa2dbc
17 changed files with 587 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
package ltd.lulz.library
class LulzLibrary

View File

@@ -0,0 +1,11 @@
package ltd.lulz.library
import kotlin.test.Test
class LulzLibraryTest {
@Test
fun `Lulz Library Test`() {
// Placeholder
}
}