Back
Julia Compiler
Reset
Clear
Run
Code
println("Hello, Julia!") if length(ARGS) > 0 println("First arg: ", ARGS[1]) end
STDIN (optional)
Args (space separated)
Output