Update README.md
This commit is contained in:
parent
c341ae6721
commit
1dcb88ee48
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
# FizzBuzz
|
# FizzBuzz
|
||||||
A simple program which plays FizzBuzz up to a number of your choice.
|
A simple program which plays FizzBuzz (in Java) up to a number of your choice.
|
||||||
|
|
||||||
For those who don't know how FizzBuzz works, you count up from 1, but:
|
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 3, you say "Fizz"
|
||||||
|
|
Loading…
Reference in a new issue