Files
test-integration/src/test/kotlin/ltd/lulz/library/LulzLibraryTest.kt
2025-09-13 11:08:33 +00:00

12 lines
149 B
Kotlin

package ltd.lulz.library
import kotlin.test.Test
class LulzLibraryTest {
@Test
fun `Lulz Library Test`() {
// Placeholder
}
}