Exercism exercises in Wren
This is the Wren track, one of the many tracks on Exercism.
It holds all the exercises that are currently implemented and available for students to complete.
The track currently consists only of practice exercises at the moment (no concepts).
You can find this in the config.json
.
Prerequisites
First we need to install dependencies:
wrenc package.wren install
Running the tests
./scripts/ci
This runs the tests for all sample solutions.
./scripts/ci hello-world
If the a single argument is passed, only that exercise is tested.
To update all the individual package.wren
files in every exercise:
./script/update_testie.sh