go.mills.io/fizz package implementing the classic FizzBuzz programming problem
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
James Mills bea07895ba
Add a README and LICENSE
1 week ago
LICENSE Add a README and LICENSE 1 week ago
README.md Add a README and LICENSE 1 week ago
fizz.go Initial Commit 1 week ago
fizz_test.go Initial Commit 1 week ago
go.mod Initial Commit 1 week ago
go.sum Initial Commit 1 week ago

README.md

go.mills.io/fizz

An implementation of the classic "FizzBuzz" programming problem in Go.

Quick Start

Import in your code import "go.mills.io/fizz"

Or clone the source and run the test suite:

git clone https://git.mills.io/prologic/fizz.git
cd fizz
go test -v -cover .

License

fizz is licensed under the terms of the MIT License