amyhua / fizzbuzz

Fizzbuzz!: given a number, n, print every number from 1 to n, replacing every multiple of 3 with "fizz", every multiple of 5 with "buzz", every multiple of 3 & 5 with "fizzbuzz", and adding a "!" suffix to every multiple of 15.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository is not active

About

Fizzbuzz!: given a number, n, print every number from 1 to n, replacing every multiple of 3 with "fizz", every multiple of 5 with "buzz", every multiple of 3 & 5 with "fizzbuzz", and adding a "!" suffix to every multiple of 15.


Languages

Language:Ruby 100.0%