An open API service indexing awesome lists of open source software.

https://github.com/gwleuverink/fizzbuzz

A basic FizzBuzz exercise for practicing SOLID principles.
https://github.com/gwleuverink/fizzbuzz

Last synced: 3 months ago
JSON representation

A basic FizzBuzz exercise for practicing SOLID principles.

Awesome Lists containing this project

README

        

# A SOLID FizzBuzz Exercise
As the title implies this project is a small exercise for implementing SOLID class design principles on the well known FizzBuzz kata.