Skip to content

Using this as a reference of puzzles and walkthroughs that Cairo docs go over :3

Notifications You must be signed in to change notification settings

0xmerkle/cairo-exercises

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Repo of cairo exercises and walkthroughs

Running programs

The general form of running a cairo program looks like this:

cairo-compile <your_file_name>.cairo --output <your_file_name_compiled>.json

cairo-run --program=<your_file_name_compiled>.json \
    --print_output --layout=small \
    --program_input=<your_input_file_name>.json

About

Using this as a reference of puzzles and walkthroughs that Cairo docs go over :3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published