Skip to content

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.

amyhua/fizzbuzz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 

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.

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages