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

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.

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.