phenomeno / codegolf

🏌 Yet another code golf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🏌 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

About

🏌 Yet another code golf


Languages

Language:Ruby 100.0%