project setup

- update README.md
- update name and readme for library
This commit is contained in:
2025-09-13 13:38:37 +02:00
parent a05e314dfd
commit ae47c718e5
6 changed files with 7 additions and 24 deletions

View File

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

View File

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