Created
August 30, 2019 14:34
-
-
Save remilapeyre/cb1a0d263ac4f32f4a1e44ac5cb951fb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Print the following in the console from 1 to 100: | |
# 1 | |
# 2 | |
# Fizz | |
# 4 | |
# Buzz | |
# Fizz | |
# 7 | |
# 8 | |
# Fizz | |
# Buzz | |
# 11 | |
# Fizz | |
# 13 | |
# 14 | |
# FizzBuzz | |
# 16 | |
# ... | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment