Skip to content

AylinKocoglu/fizzbuzz

Repository files navigation

Fizzbuzz

The original fizz-buzz consists in writing all numbers from 1 to 100, and just replacing all multiples of 3 by “fizz”, all multiples of 5 by “buzz”, and all multiples of 15 by “fizzbuzz”.

Using go

Dependencies

$ go get -u github.com/gorilla/mux
$ go get -u github.com/stretchr/testify

Usage

Build

$ go build

Run script : Start/Stop

$ ./script.sh start
$ ./script.sh stop

Unit tests

$ go test

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published