https://github.com/zetavg/exercism
My exercism.io solutions.
https://github.com/zetavg/exercism
Last synced: 2 months ago
JSON representation
My exercism.io solutions.
- Host: GitHub
- URL: https://github.com/zetavg/exercism
- Owner: zetavg
- Created: 2018-08-17T08:53:26.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-12-18T13:59:11.000Z (over 5 years ago)
- Last Synced: 2025-04-01T22:59:54.437Z (2 months ago)
- Language: Haskell
- Homepage: https://exercism.io/profiles/zetavg
- Size: 163 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Exercism
Exercism.io solutions.
## Workflow
With [`exercism`](https://exercism.io/cli) installed, use
```bash
# Automatically download the exercise and switch to a branch for that exercise
bin/start --exercise=[exercise] --track=[track]
```to start working on an exercise, and use
```bash
# Automatically commit, submit the solution to Exercism base on the
# current branch, and switch back to the master branch
bin/submit
```to submit it.
Check `bin/start -h` and `bin/submit -h` for more info.