Skip to content

Manny-coffee-dev/fizzbuzz-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fizzbuzz-rs

Rust

Example FizzBuzz solution in Rust. Counts from 1 to 100 and prints that number unless the following conditions are met:

  • Divisible by 3: "Fizz"
  • Divisible by 5: "Buzz"
  • Divisible by 3 and 5: "FizzBuzz"

About

Example FizzBuzz solution in Rust

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Languages