exercism / cairo

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

Write the "The Tuple Type" concept #40

Closed 0xNeshi closed 1 month ago

0xNeshi commented 3 months ago

Official docs: https://book.cairo-lang.org/ch02-02-data-types.html#the-tuple-type

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

rajeebkm commented 2 months ago

@misicnenad Please assign it to me.

0xNeshi commented 2 months ago

@rajeebkm need any help? Let me know if you can't work on this at the moment, so we can free this issue for other contributors

rajeebkm commented 2 months ago

Hi @misicnenad I have raised a PR for tuple type. It seems some merge conflicts with previous commits (integers, felts, boolean) are there. https://github.com/exercism/cairo/pull/106

Please review.

0xNeshi commented 2 months ago

Ok, reassigning you then.

rajeebkm commented 2 months ago

Thanks