An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# ExamplePackage

Example package for teaching Julia.

## Usage

```julia
julia> using ExamplePackage

julia> double(3)
6
```