How to import custom module in julia

后端 未结 7 2177
抹茶落季
抹茶落季 2020-12-08 19:35

I have a module I wrote here:

# Hello.jl
module Hello
    function foo
        return 1
    end
end

and

# Main.jl
using Hel         


        
7条回答
提交回复
热议问题