/bootcamp-fizzbuzz-tdd

Gradle, Java, FizzBuzz

Primary LanguageJava

bootcamp-fizzbuzz-tdd

(covers Gradle, Java, JUnit, FizzBuzz)

Implement the methods in the FizzBuzz class. Test cases to verify your code are provided.

Run tests with: gradle test

Run app with: gradle run

Jar file can be found after build in build/libs/