hu53yin / CairoBootcamp

Cairo Bootcamp October 22

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Cairo Bootcamp October 22


Languages

Language:Cairo 93.0%Language:Python 7.0%