JJ Ruth

Results 1 issues of JJ Ruth

Hi- I'm fairly new to Julia but have been having an issue with compiling static julia. my hello.jl: ``` module Hello Base.@ccallable function julia_main(ARGS::Vector{String})::Cint n = parse(Int, readline(STDIN)) i ::...