5 lines
77 B
Kotlin
5 lines
77 B
Kotlin
import kotlin.system.*
|
|
|
|
fun main(args: Array<String>) {
|
|
exitProcess(42)
|
|
} |