No description
| .idea | ||
| gradle/wrapper | ||
| src | ||
| .gitignore | ||
| build.gradle.kts | ||
| gradle.properties | ||
| gradlew | ||
| gradlew.bat | ||
| LICENCE.md | ||
| README.md | ||
| settings.gradle.kts | ||
FizzBuzz in Kotlin
The goal of the project is to teach TDD and SOLID principles using the FizzBuzz exercise.
Setup
This code was written using IntelliJ. I have no idea how to configure this outside of that environment.