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.
![]() |
1 week ago | |
---|---|---|
LICENSE | 1 week ago | |
README.md | 1 week ago | |
fizz.go | 1 week ago | |
fizz_test.go | 1 week ago | |
go.mod | 1 week ago | |
go.sum | 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