summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordemo <demo@antix1>2026-05-24 10:32:50 -0400
committerdemo <demo@antix1>2026-05-24 10:32:50 -0400
commit997e8799f5207c73a29aabb7d614d49168144866 (patch)
tree1d29bca35573a6ae8ff2090fa6f3ad144d7e7319
parentf379fca88b9f93d986ed8e6b63a2afbb9dabf47c (diff)
test: add test file
-rw-r--r--game_test.go7
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)
+}