Files
jenkins-multibranch-project/README.md
2017-06-04 12:27:09 +05:30

6 lines
204 B
Markdown

## Fizz Buzz Example in Java 8 using JUnit 5
### Fizz Buzz is a game where
- if the number is divisible by 3, you say Fizz
- if the number is divisible by 5, you say Buzz
- if neither, you say the number