Skip to content

isabella232/bootcamp-fizzbuzz-tdd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

Gradle, Java, FizzBuzz

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 68.1%
  • Kotlin 31.9%