Fix Julia output

This commit is contained in:
1computer1 2019-07-21 18:58:56 -04:00
parent 8ff2d3f42f
commit 3b9d4caf2b
1 changed files with 2 additions and 1 deletions

View File

@ -1 +1,2 @@
printf %s "$1" | julia
printf %s "$1" > program.jl
julia program.jl || true