Skip to content

Instantly share code, notes, and snippets.

@remilapeyre
Created August 30, 2019 14:34
Show Gist options
  • Save remilapeyre/cb1a0d263ac4f32f4a1e44ac5cb951fb to your computer and use it in GitHub Desktop.
Save remilapeyre/cb1a0d263ac4f32f4a1e44ac5cb951fb to your computer and use it in GitHub Desktop.
# 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