From 516ca9e257306420759b9531c7aac0c42872a778 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 5 Aug 2024 07:34:39 -0300 Subject: Makefile: Build with "go tool compile" and "go tool link" --- tests/gobang_main.go | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/gobang_main.go (limited to 'tests/gobang_main.go') diff --git a/tests/gobang_main.go b/tests/gobang_main.go new file mode 100644 index 0000000..d5cb7f2 --- /dev/null +++ b/tests/gobang_main.go @@ -0,0 +1,7 @@ +package main + +import "gobang" + +func main() { + gobang.Main() +} -- cgit v1.2.3