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

This commit is contained in:
2025-09-14 22:24:42 +02:00
parent fa026816aa
commit 82ae072131

View File

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