crowns/game_test.go

10 lines
86 B
Go

package main
import (
"testing"
)
func TestPlayGame(t *testing.T) {
PlayGame(4)
}