Fix Julia output
This commit is contained in:
parent
8ff2d3f42f
commit
3b9d4caf2b
1 changed files with 2 additions and 1 deletions
|
@ -1 +1,2 @@
|
|||
printf %s "$1" | julia
|
||||
printf %s "$1" > program.jl
|
||||
julia program.jl || true
|
||||
|
|
Loading…
Reference in a new issue