Files
template-library/src/test/kotlin/ltd/lulz/library/LulzLibraryTest.kt
2025-09-09 17:47:30 +02:00

12 lines
149 B
Kotlin

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