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

Added FizzBuzz in Pyret #3465

Merged
merged 1 commit into from
Oct 15, 2023
Merged

Added FizzBuzz in Pyret #3465

merged 1 commit into from
Oct 15, 2023

Conversation

jrg94
Copy link
Member

@jrg94 jrg94 commented Oct 15, 2023

Congrats on taking the first step to contributing to the Sample Programs repository maintained by The Renegade Coder!
For simplicity, please make sure that your pull request includes one and only one contribution.

Please fill one of the sections below as applicable.
Please also add any other relevant information to the Notes section at the bottom.
You may delete or just ignore any other sections.
For more information please refer to our contributing documentation

I Am Adding a New Code Snippet in an Existing Language

Other Notes

It's been some time since I've contributed! This was a tough one to write since Pyret is such a strange language. Loops don't really exist in the way you'd expect, so I opted for a recursive solution.

@jrg94 jrg94 self-assigned this Oct 15, 2023
@jrg94 jrg94 added enhancement Any code that improves the repo fizz buzz See: https://sampleprograms.io/projects/fizz-buzz/ hacktoberfest Hacktoberfest related labels Oct 15, 2023
@jrg94 jrg94 requested a review from a team October 15, 2023 23:15
@jrg94 jrg94 added this to the 1,000 Code Snippets milestone Oct 15, 2023
@rzuckerm rzuckerm merged commit ba6901f into main Oct 15, 2023
4 of 5 checks passed
@rzuckerm rzuckerm deleted the fizz-buzz-pyret branch October 15, 2023 23:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Any code that improves the repo fizz buzz See: https://sampleprograms.io/projects/fizz-buzz/ hacktoberfest Hacktoberfest related
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Add Fizz Buzz in Pyret
2 participants