/codegolf

🏌 Yet another code golf

Primary LanguageRuby

🏌 Code Golf 🏌

Code-golf is a competition to solve a particular problem in the fewest bytes of source code.

Supported languages: Python 3, Ruby, Node.js.

Fork this repository, write your solution under submission/, and make a pull request. Problems will be changed every 6 months.

Fizzbuzz Challenge

Write a program that prints the numbers from 1 to the given number from stdin. But for multiples of three print “Fizz” instead of the number and for the multiples of five print “Buzz”.

Example: stewartpark#1