Practice make Perfect
- 🎉 Unit test with
testingpackage - âš¡ Simple code
- 🎨 Readable code
go get https://github.com/basebandit/codewars.git
cd codewarsgo test -v ./kata1
go test -v ./kata2 go test -run=^$ -cpu=1,2,4 -bench=. ./kata1
go test -run=^$ -cpu=1,2,4 -bench=. ./kata2