diff options
| author | demo <demo@antix1> | 2026-05-24 10:32:50 -0400 |
|---|---|---|
| committer | demo <demo@antix1> | 2026-05-24 10:32:50 -0400 |
| commit | 997e8799f5207c73a29aabb7d614d49168144866 (patch) | |
| tree | 1d29bca35573a6ae8ff2090fa6f3ad144d7e7319 | |
| parent | f379fca88b9f93d986ed8e6b63a2afbb9dabf47c (diff) | |
test: add test file
| -rw-r--r-- | game_test.go | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/game_test.go b/game_test.go new file mode 100644 index 0000000..f903820 --- /dev/null +++ b/game_test.go @@ -0,0 +1,7 @@ +package main + +import "testing" + +func TestGame(t *testing.T) { + game(1) +} |
