Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 518 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 518 Bytes

Codewars

CodeWars

Practice make Perfect

  • 🎉 Unit test with testing package
  • ⚡ Simple code
  • 🎨 Readable code

Getting Started

go get https://github.com/basebandit/codewars.git
cd codewars

Running tests

go test -v ./kata1
go test -v ./kata2

Running benchmarks

 go test -run=^$ -cpu=1,2,4 -bench=. ./kata1
 go test -run=^$ -cpu=1,2,4 -bench=. ./kata2