test
Some checks failed
Gradle Build on PR / gradle-build (pull_request) Failing after 13s

This commit is contained in:
2025-09-14 22:24:42 +02:00
parent 2b0a271da2
commit 1261dfc980

View File

@@ -1,3 +1,8 @@
package ltd.lulz.library
class LulzLibrary
class LulzLibrary {
fun test(): Unit {
val x = 12
}
}