Skip to content

Latest commit

 

History

History
69 lines (46 loc) · 2.06 KB

README.md

File metadata and controls

69 lines (46 loc) · 2.06 KB

Exercism Wren Track

Configlet wren / main

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.

Running the test suite

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.

Maintainers

To update all the individual package.wren files in every exercise:

./script/update_testie.sh

The Exercism Wren Stack