generated from aura-ascend/template-library
Initial commit
This commit is contained in:
3
src/main/kotlin/ltd/lulz/library/LulzLibrary.kt
Normal file
3
src/main/kotlin/ltd/lulz/library/LulzLibrary.kt
Normal file
@@ -0,0 +1,3 @@
|
||||
package ltd.lulz.library
|
||||
|
||||
class LulzLibrary
|
||||
11
src/test/kotlin/ltd/lulz/library/LulzLibraryTest.kt
Normal file
11
src/test/kotlin/ltd/lulz/library/LulzLibraryTest.kt
Normal file
@@ -0,0 +1,11 @@
|
||||
package ltd.lulz.library
|
||||
|
||||
import kotlin.test.Test
|
||||
|
||||
class LulzLibraryTest {
|
||||
|
||||
@Test
|
||||
fun `Lulz Library Test`() {
|
||||
// Placeholder
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user