exercism / cairo

Exercism exercises in Cairo.
https://exercism.org/tracks/cairo
MIT License
5 stars 10 forks source link

Write the "Control Flow" concept #39

Closed 0xNeshi closed 1 month ago

0xNeshi commented 3 months ago

Official docs: https://book.cairo-lang.org/ch02-05-control-flow.html https://book.cairo-lang.org/ch06-03-concise-control-flow-with-if-let-and-while-let.html

The idea is to have a short and to-the-point article about the concept. Avoid copy/pasting everything from The Cairo Book; the Book should be used as a more in-depth learning resource for students after they finish the concept on Exercism (or they can use it in parallel).


Exercism Concepts docs: https://exercism.org/docs/building/tracks/concepts

Use the following Rust's concept as inspiration for the format: https://github.com/exercism/rust/blob/main/concepts/structs/about.md

Falilah commented 2 months ago

can I take this?

0xNeshi commented 2 months ago

Of course!