lyng/docs/samples/helloworld.lyng
sergeych ce4ed5c819 migrated to kotlin 2.2.0
better support for shebangs in CLI lyng
added jlyng local release
2025-07-07 23:44:21 +03:00

4 lines
51 B
Plaintext
Executable File

#!/bin/env jlyng
println("Hello, world2! "+ARGV);