exercism / cairo

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

Write the "Generic Data Types" Concept #124

Open 0xNeshi opened 2 months ago

0xNeshi commented 2 months ago

Official docs: https://book.cairo-lang.org/ch08-01-generic-data-types.html

The idea is to have a short and to-the-point article about the concept without going too deep. Avoid just 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

tranquanghungdietcontrungktx commented 1 month ago

nice