https://github.com/juliohm/examplepackage.jl
Example package for teaching Julia
https://github.com/juliohm/examplepackage.jl
example-code example-repo julia
Last synced: 14 days ago
JSON representation
Example package for teaching Julia
- Host: GitHub
- URL: https://github.com/juliohm/examplepackage.jl
- Owner: juliohm
- License: mit
- Created: 2021-07-06T23:57:14.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-22T18:51:43.000Z (almost 5 years ago)
- Last Synced: 2025-01-09T23:42:04.118Z (over 1 year ago)
- Topics: example-code, example-repo, julia
- Language: Julia
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ExamplePackage
Example package for teaching Julia.
## Usage
```julia
julia> using ExamplePackage
julia> double(3)
6
```