Skip to content

basebandit/codewars

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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