add file structure

This commit is contained in:
2025-04-12 17:26:24 +02:00
parent 3e8b261a59
commit c9e37e8d64
3 changed files with 22 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
package ltd.hlaeja.library
class Hlaeja {
fun hilaria() {
TODO("library not implemented")
}
}

View File

@@ -0,0 +1,11 @@
package ltd.hlaeja.library
import org.junit.jupiter.api.Test
class HlaejaTest {
@Test
fun `Hlaeja Hilaria Test`() {
// Placeholder
}
}