From 82ae072131ef83e1be6445af649c17ff5b0924c6 Mon Sep 17 00:00:00 2001 From: Swordsteel Date: Sun, 14 Sep 2025 22:24:42 +0200 Subject: [PATCH] test --- src/main/kotlin/ltd/lulz/library/LulzLibrary.kt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/main/kotlin/ltd/lulz/library/LulzLibrary.kt b/src/main/kotlin/ltd/lulz/library/LulzLibrary.kt index 42340b8..0f7c722 100644 --- a/src/main/kotlin/ltd/lulz/library/LulzLibrary.kt +++ b/src/main/kotlin/ltd/lulz/library/LulzLibrary.kt @@ -1,3 +1,8 @@ package ltd.lulz.library -class LulzLibrary +class LulzLibrary { + + fun test(): Unit { + val x = 12 + } +}