https://github.com/bobbicodes/babashka
Exercism exercises in babashka.
https://github.com/bobbicodes/babashka
Last synced: 8 months ago
JSON representation
Exercism exercises in babashka.
- Host: GitHub
- URL: https://github.com/bobbicodes/babashka
- Owner: bobbicodes
- License: mit
- Created: 2020-03-15T09:17:05.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-05T21:44:48.000Z (about 6 years ago)
- Last Synced: 2025-07-30T18:40:37.376Z (10 months ago)
- Language: Clojure
- Size: 152 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Exercism babashka track
Exercism exercises in babashka.
**NOTE: This track has been bootstrapped and moved to [exercism/babashka](https://github.com/exercism/babashka)**. See you there!
## To run all tests
Install [babashka](https://github.com/borkdude/babashka/)
```bash
$ bb -f _test/check_exercises.clj
```
* Contributing Guide
Please see the [contributing guide](https://github.com/exercism/x-api/blob/master/CONTRIBUTING.md#the-exercise-data).