summaryrefslogtreecommitdiff
path: root/tests/gobang_main.go
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-08-05 07:34:39 -0300
committerEuAndreh <eu@euandre.org>2024-08-05 07:34:39 -0300
commit516ca9e257306420759b9531c7aac0c42872a778 (patch)
tree006687f9cfde35cab6bd49af52f5b0f6b171bfb2 /tests/gobang_main.go
parentrm src/cmd/main.go (diff)
downloadgobang-516ca9e257306420759b9531c7aac0c42872a778.tar.gz
gobang-516ca9e257306420759b9531c7aac0c42872a778.tar.xz
Makefile: Build with "go tool compile" and "go tool link"
Diffstat (limited to 'tests/gobang_main.go')
-rw-r--r--tests/gobang_main.go7
1 files changed, 7 insertions, 0 deletions
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()
+}