6063c01a1c
% ./bin/kotlin -script hello.ktscript
hello world
% cat hello.ktscript
fun hello(what: String) = println("hello $what")
hello("world")
Note it currently takes 8 seconds to evaluate hello world script.
3 lines
31 B
Plaintext
3 lines
31 B
Plaintext
OUT hello world
|
|
Return code: 0
|