crowns/game_test.go

10 lines
86 B
Go
Raw Normal View History

2024-01-07 00:09:47 +00:00
package main
import (
"testing"
)
func TestPlayGame(t *testing.T) {
PlayGame(4)
}