summaryrefslogtreecommitdiff
path: root/game_test.go
blob: f9038208a7d081a212a61a3195ffae9fda9a3965 (plain)
1
2
3
4
5
6
7
package main

import "testing"

func TestGame(t *testing.T) {
	game(1)
}