Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 469 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 469 Bytes

Cairo Bootcamp

Setup:

Protostar

To solve an exercise:

  1. Run $ protostar test test/test_ex*.cairo to see a failing test.
  2. Solve the exercise exercise/ex*.cairo
  3. 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.