CaiCandong
Results
1
issues of
CaiCandong
I tried to use packagecompiler.jl to build a GUI Application using [gui.jl](https://github.com/barche/QmlJuliaExamples/blob/master/gui.jl) code ``` function julia_main()::Cint # do something based on ARGS? include("gui.jl") return 0 # if things finished successfully...
package compiler