Skip to content

hcwf/fizz-be-buzzin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

FizzBuzz written in the Bussin esolang

Learn more about Bussin here.

About FizzBuzz

The program counts through a range of numbers, while the output changes based on how the number can be divided.

  • If divisible by 3, the ouput is "fizz".
  • If divisible by 5, the output is "buzz".
  • If divisible by 3 and 5, the output is "fizzbuzz".
  • If not divisible by 3 or 5, the output is the number.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published