phydy / CairoBootcamp-1

Repo for the Encode Cairo 5 week bootcamp

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

Repo for the Encode Cairo 5 week bootcamp


Languages

Language:Cairo 94.5%Language:JavaScript 2.7%Language:CSS 1.6%Language:HTML 1.0%Language:Python 0.2%