Skip to content

Instantly share code, notes, and snippets.

@johnnychen94
Last active July 31, 2022 04:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johnnychen94/6b0f2b6738aaaac03cab56a7e1f4ea77 to your computer and use it in GitHub Desktop.
Save johnnychen94/6b0f2b6738aaaac03cab56a7e1f4ea77 to your computer and use it in GitHub Desktop.
test curl julia
println("hello world")
x = parse(Float64, ARGS[1])
y = parse(Float64, ARGS[2])
println("x+y = $(x+y)")
@johnnychen94
Copy link
Author

curl -SsLf https://gist.githubusercontent.com/johnnychen94/6b0f2b6738aaaac03cab56a7e1f4ea77/raw/3ceb0571a7054b1fa5b795066ebf342849b6c9e7/hello.jl | julia - 1 2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment