Learn how to test your V exercises on Exercism
To run tests for a specific implementation of an exercise, here are the recommended steps:
[SLUG].v
[SLUG].v
and run_test.v
are locatedv -stats test run_test.v
For more information on testing in V, refer to the official docs