Files
kotlin-fork/backend.native/tests/runtime/basic/hello0.kt
T
2017-10-20 18:25:05 +03:00

8 lines
103 B
Kotlin

package runtime.basic.hello0
import kotlin.test.*
@Test fun runTest() {
println("Hello, world!")
}