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

[Problem] Fizz Buzz #3

Open
ademclk opened this issue Aug 12, 2022 · 2 comments
Open

[Problem] Fizz Buzz #3

ademclk opened this issue Aug 12, 2022 · 2 comments
Labels
challenges good first contribution Good for new contributors good first issue Good for newcomers

Comments

@ademclk
Copy link
Owner

ademclk commented Aug 12, 2022

Fizz Buz

Print integers 1 to N, but

if an integer is divisible by 3 print “Fizz” ,
if an integer is divisible by 5 print “Buzz”,
if an integer is divisible by both 3 and 5 print “FizzBuzz”

@ademclk ademclk added the good first issue Good for newcomers label Aug 12, 2022
@MikkyPrestige
Copy link
Contributor

Hello is this still available? I will like to make my first contribution with on it

@ademclk
Copy link
Owner Author

ademclk commented Aug 13, 2022 via email

@ademclk ademclk added challenges good first contribution Good for new contributors labels Aug 13, 2022
ademclk added a commit that referenced this issue Aug 15, 2022
- Implemented to rust.
ademclk added a commit that referenced this issue Aug 24, 2022
Solution for Fizz Buzz problem #3 in Java ☕
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
challenges good first contribution Good for new contributors good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants