olgZZZ / fizz_buzz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FizzBuzz

Print integers 1 to N, but print “Fizz” if an integer is divisible by 3, “Buzz” if an integer is divisible by 5, and “FizzBuzz” if an integer is divisible by both 3 and 5.

About


Languages

Language:Rust 100.0%