Learn how to test your Nim exercises on Exercism
To compile and run the tests, just run the following in your exercise directory:
nim r test_exercise_name.nim
Replace exercise_name with the name of the exercise (e.g. all_your_base).
exercise_name
all_your_base