Guillem Hernandez Sola 8c88c5d919 Added maven_jenkins III
2020-10-19 21:12:31 +02:00
2017-06-18 01:41:54 +05:30
2020-10-19 21:12:31 +02:00
2017-06-17 23:13:45 +05:30

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
Description
No description provided
Readme 57 KiB
Languages
Java 100%