Practice make Perfect
- 🎉 Unit test with
testing
package - ⚡ Simple code
- 🎨 Readable code
go get https://github.com/basebandit/codewars.git
cd codewars
go 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