exercism / cairo

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

Write the "Strings" concept #31

Open misicnenad opened 1 week ago

misicnenad commented 1 week ago

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


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

Use "Felt Type" as inspiration for format: https://github.com/exercism/cairo/tree/main/concepts/felts

Ephraim-nonso commented 4 days ago

@misicnenad Let me work on this task.