-
-
Notifications
You must be signed in to change notification settings - Fork 14
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: election-day
#265
Comments
Hii @0xNeshi |
Hi @yoyounik , all exercises in this Exercism track are related to Cairo. If you're interested in contributing to tracks related to other languages/tools, you can find a list of available repositories here https://github.com/exercism |
hi want to contribute to this! |
Hi @STARKEY13 thanks for wanting to contribute! I noticed you already created a couple of PRs related to this. It would be best to create a single PR that includes all the necessary changes. Make sure to not just copy/paste Go's implementation and exercise introduction/instructions, but to adapt those to Cairo. Good luck, and ping me if you need any help! |
Hi , thanks for your feedback
I am new to contributing to open source, it would be helpful if you give me
some instruction or guide how can I contribute to Cairo.
Thanking you
…On Mon, 3 Feb, 2025, 3:21 pm Nenad, ***@***.***> wrote:
Hi @STARKEY13 <https://github.com/STARKEY13> thanks for wanting to
contribute!
I noticed you already created a couple of PRs related to this. It would be
best to create a single PR that includes all the necessary changes. Make
sure to not just copy/paste Go's implementation and exercise
introduction/instructions, but to adapt those to Cairo.
Good luck, and ping me if you need any help!
—
Reply to this email directly, view it on GitHub
<#265 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/APU6O2E622ZSVPZNYHMDUX32N4333AVCNFSM6AAAAABN4FVLLKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMZQGQ2TOMZUGE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@STARKEY13 do you have experience with the Cairo language? |
No, I am not.
…On Mon, 3 Feb, 2025, 5:48 pm Nenad, ***@***.***> wrote:
@STARKEY13 <https://github.com/STARKEY13> do you have experience with the
Cairo language?
—
Reply to this email directly, view it on GitHub
<#265 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/APU6O2ESTEUVATONJTV5F232N5NALAVCNFSM6AAAAABN4FVLLKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMZQG44DQMJQGM>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Learning Cairo is a first step to contributing to this language track, I'd be happy to point you in the right direction. The Cairo Book (https://book.cairo-lang.org/) is an excellent place to start - it's beginner-friendly and comprehensive. Once you've gone through the basics, you can practice your skills with our interactive exercises on Exercism: https://exercism.org/tracks/cairo When you feel ready to dive in, we'd love to have you help create new exercises! Check out our open issues for opportunities: https://github.com/exercism/cairo/issues Don't hesitate to ask questions along the way! |
Thank you, I will check it out.
…On Tue, 4 Feb, 2025, 3:55 pm Nenad, ***@***.***> wrote:
Learning Cairo is a first step to contributing to this language track, I'd
be happy to point you in the right direction.
The Cairo Book (https://book.cairo-lang.org/) is an excellent place to
start - it's beginner-friendly and comprehensive. Once you've gone through
the basics, you can practice your skills with our interactive exercises on
Exercism: https://exercism.org/tracks/cairo
When you feel ready to dive in, we'd love to have you help create new
exercises! Check out our open issues for opportunities:
https://github.com/exercism/cairo/issues
Don't hesitate to ask questions along the way!
—
Reply to this email directly, view it on GitHub
<#265 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/APU6O2D464NAUV5NUT27RIL2OCISPAVCNFSM6AAAAABN4FVLLKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMZTGQ3TQMZZGA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Towards #103
Scaffold https://github.com/exercism/cairo/blob/main/exercises/concept/election-day
TODO:
Use Go's exercise for inspiration for metadata and implementation https://github.com/exercism/go/tree/main/exercises/concept/election-day
<your_gh_username>
placeholder with your actual GH username in .meta/config.jsonThe text was updated successfully, but these errors were encountered: