Fizz Buzz

Returns a list of strings with numbers from 1 to limit, where: all multiples of int1 are replaced by str1, all multiples of int2 are
replaced by str2, all multiples of int1 and int2 are replaced by str1str2. :
Download binaries
Go to latest release
Run
Linux:
$ chmod a+x fizz_buzz_linux-amd64
$ ./fizz_buzz_linux-amd64
MacOS:
$ chmod a+x fizz_buzz_darwin-amd64
$ ./fizz_buzz_darwin-amd64
Windows:
C:\....\fizz_buzz_windows-amd64.exe
Call endpoints
All endpoints are detailed in swagger.yml