Container image for Factor used by CodeRunner.
Use bin/run
to test examples inside examples/
.
# Usage: ./bin/run $example_name
./bin/run passing
NOTE: The CodeRunner supports arbitrary vocabulary name for the tests, but the examples must use
kata.tests
for simplicity.
docker build -t ghcr.io/codewars/factor:latest .