Initial commit
This commit is contained in:
3
src/main/kotlin/Main.kt
Normal file
3
src/main/kotlin/Main.kt
Normal file
@ -0,0 +1,3 @@
|
||||
fun main(args: Array<String>) {
|
||||
println("Hello world")
|
||||
}
|
9
src/test/kotlin/AppTest.kt
Normal file
9
src/test/kotlin/AppTest.kt
Normal file
@ -0,0 +1,9 @@
|
||||
import org.junit.Test
|
||||
import org.junit.Assert.assertTrue
|
||||
|
||||
class AppTest {
|
||||
@Test
|
||||
fun yourTest() {
|
||||
assertTrue(true)
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user