/README
http://github.com/pads/FuzzBizz · #! · 22 lines · 18 code · 4 blank · 0 comment · 0 complexity · 63d4c6a16ad9b5e14a6b72f4f1c8161a MD5 · raw file
- Task
- ----
- Write a program that prints the numbers from 1 to 100.
- But for multiples of three print 'Fuzz' instead of the number and for the multiples of five print 'Bizz'.
- For numbers which are multiples of both three and five print 'FuzzBizz'.
- Prerequisites
- ------------
- Java
- Gradle
- Help
- ----
- To run the tests:
- $ gradle clean test
- To create an executable jar:
- $ gradle clean jar
- The jar will appear in build/libs
- To run the jar:
- $ java -jar FuzzBizzProgram.jar