https://github.com/amilajack/julia-examples
https://github.com/amilajack/julia-examples
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/amilajack/julia-examples
- Owner: amilajack
- Created: 2018-09-01T22:57:53.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-01T23:01:36.000Z (over 6 years ago)
- Last Synced: 2025-02-08T08:47:24.107Z (2 months ago)
- Language: Julia
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
julia-examples
=============================
## Requirements
* `julia>=0.7`## Setup
```bash
git clone https://github.com/amilajack/julia-examples
cd julia-examples
julia
# Press ']' to open package manager
(v1.0) pkg> activate .
(LP) pkg> test
```