Files
kotlin-fork/libraries/scripting/jvm-host/testData/importTest/helloWithVal.kts
T

5 lines
86 B
Kotlin
Vendored

val helloScriptName = "helloWithVal"
println("Hello from $helloScriptName script!")