-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Cairo cheat sheet #104
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your contribution. Overall these are really good.
- Be sure to follow format standards and run
./scripts/cairo_programs_verifier
- I think we use mostly
LegacyMap
and not Dict, so is it possible to replace thedict
chapter with amapping
chapter - Be sure to not copy cairo-book
listings/ch00-getting-started/cairo_cheatsheet/src/array_example.cairo
Outdated
Show resolved
Hide resolved
listings/ch00-getting-started/cairo_cheatsheet/src/felt_example.cairo
Outdated
Show resolved
Hide resolved
listings/ch00-getting-started/cairo_cheatsheet/src/type_casting_example.cairo
Outdated
Show resolved
Hide resolved
All highlighted corrections have been worked on. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the changes and for your contribution! Just a few typos left.
@Nonnyjoe I made some small revisions, let me know what you think. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is all good, thanks for the revisions
Issue(s): Closes (#102)
Description
According to the issue description in (#102), I added the 6 requested syntax and 2 more to a new cheat sheet section in chapter 0.
Also made sure to keep it brief as requested.