phydy / CairoBootcamp

syntactic sugar

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

syntactic sugar


Languages

Language:Cairo 99.8%Language:Python 0.2%