Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Public.jl

Example usage

module HelloWorld

using Public: @public

@public f

function f()
    return "hello"
end

function g()
    return "world"
end

end # module

About

No description, website, or topics provided.

Resources

Code of conduct

Security policy

Stars

13 stars

Watchers

15 watching

Forks

Releases

Sponsor this project

Packages

Used by

Contributors

Languages