/ttt

Tic-tac-toe

Primary LanguageGo

Tic Tac Toe

Build Status

Test

go test -cover

Benchmark

go test -bench=. -run=BENCH_ONLY

Line Coverage

go test -coverprofile=coverage.out; go tool cover -html=coverage.out