Skip to content
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

Add Concept Exercise: magician-in-training #264

Open
10 tasks
0xNeshi opened this issue Sep 9, 2024 · 0 comments
Open
10 tasks

Add Concept Exercise: magician-in-training #264

0xNeshi opened this issue Sep 9, 2024 · 0 comments
Labels
x:action/create Work on something from scratch x:module/concept-exercise Work on Concept Exercises x:rep/large Large amount of reputation x:type/coding Write code that is not student-facing content (e.g. test-runners, generators, but not exercises) x:type/content Work on content (e.g. exercises, concepts) x:type/docs Work on Documentation

Comments

@0xNeshi
Copy link
Contributor

0xNeshi commented Sep 9, 2024

Towards #103

Scaffold https://github.com/exercism/cairo/blob/main/exercises/concept/magician-in-training

TODO:

Use Gleam's exercise for inspiration for metadata and implementation https://github.com/exercism/gleam/tree/main/exercises/concept/magician-in-training

  • implement instructions.md
  • add instructions.append.md explaining that to add elements to the front of an array it is necessary find a way around Array's limitations, e.g. using Spans
  • implement introduction.md
  • implement hints.md
  • implement ./meta/design.md
  • implement the example solution in .meta/exemplar.cairo
  • implement exercise stub at src/lib.cairo
  • implement tests for the exercise at tests/magician_in_training.cairo
  • replace <your_gh_username> placeholder with your actual GH username in .meta/config.json
  • add missing blurb to .meta/config.json
@0xNeshi 0xNeshi added x:type/content Work on content (e.g. exercises, concepts) x:module/concept-exercise Work on Concept Exercises x:action/create Work on something from scratch x:type/coding Write code that is not student-facing content (e.g. test-runners, generators, but not exercises) x:rep/large Large amount of reputation x:type/docs Work on Documentation labels Sep 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
x:action/create Work on something from scratch x:module/concept-exercise Work on Concept Exercises x:rep/large Large amount of reputation x:type/coding Write code that is not student-facing content (e.g. test-runners, generators, but not exercises) x:type/content Work on content (e.g. exercises, concepts) x:type/docs Work on Documentation
Projects
None yet
Development

No branches or pull requests

1 participant