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: cryptographer #153

Open
9 tasks done
0xNeshi opened this issue Sep 3, 2024 · 0 comments · May be fixed by #340
Open
9 tasks done

Add Concept Exercise: cryptographer #153

0xNeshi opened this issue Sep 3, 2024 · 0 comments · May be fixed by #340
Assignees
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 3, 2024

Towards #103

Scaffold https://github.com/exercism/cairo/blob/main/exercises/concept/cryptographer

TODO:

Use other implemented concept exercise metadata files for inspiration, e.g. https://github.com/exercism/cairo/tree/main/exercises/concept/lucians-luscious-lasagna.

  • implement instructions.md
  • implement introduction.md
  • implement hints.md
  • implement ./meta/design.md
  • implement the example solution in .meta/exemplar.cairo
  • implement src/lib.cairo
  • implement tests tests/cryptographer.cairo (you can use this site for big number calculation: https://www.calculator.net/big-number-calculator.html)
  • 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: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/docs Work on Documentation labels Sep 3, 2024
@0xNeshi 0xNeshi self-assigned this Feb 9, 2025
@0xNeshi 0xNeshi linked a pull request Feb 9, 2025 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant