8 lines
103 B
Kotlin
8 lines
103 B
Kotlin
package runtime.basic.hello0
|
|
|
|
import kotlin.test.*
|
|
|
|
@Test fun runTest() {
|
|
println("Hello, world!")
|
|
}
|