- Run
$ protostar test test/test_ex*.cairo
to see a failing test. - Solve the exercise
exercise/ex*.cairo
- Run
$ protostar test test/test_ex*.cairo
to see a passing test.
All tests should pass without any modification of the test files.
Hence you must only modify the .cairo
files in the /exercises/
directory.