Files
template-library/src/test/kotlin/ltd/lulz/library/LulzLibraryTest.kt
2025-09-10 08:55:48 +02:00

12 lines
149 B
Kotlin

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