Skip to content

A simple rust fizzbuzz inspired from a sam&max blog post

License

Notifications You must be signed in to change notification settings

ZephOne/fizzbuzz-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FizzBuzz

Description

  • Print every integer in range of 200, BUT
  • print Fizz if the integer is a multiple of 3 (1),
  • print Buzz if the integer is a multiple of 5 (2),
  • print FizzBuzz if (1) and (2)

Install

git clone https://github.com/ZephOne/FizzBuzz.git
cd FizzBuzz
cargo run

About

A simple rust fizzbuzz inspired from a sam&max blog post

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages