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

https://github.com/mmggyy66/fizzbuzz2


https://github.com/mmggyy66/fizzbuzz2

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# FizzBuzz app to check which numbers divisible with 3 0r 5 or with both

# there are two methods:
# a method with a list of integers parameter
# a method with user input