Create README.md
This commit is contained in:
parent
4f1475dfa8
commit
c341ae6721
1 changed files with 8 additions and 0 deletions
8
README.md
Normal file
8
README.md
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
# FizzBuzz
|
||||||
|
A simple program which plays FizzBuzz up to a number of your choice.
|
||||||
|
|
||||||
|
For those who don't know how FizzBuzz works, you count up from 1, but:
|
||||||
|
- Every time a number is a multiple of 3, you say "Fizz"
|
||||||
|
- Every time a number is a multiple of 5, you say "Buzz"
|
||||||
|
- Every time the number is a multiple of both 3 and 5 you say "FizzBuzz"
|
||||||
|
|
Loading…
Reference in a new issue