summaryrefslogtreecommitdiff
path: root/src/cmd/main.go
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-05-16 11:58:57 -0300
committerEuAndreh <eu@euandre.org>2024-05-16 14:17:41 -0300
commit6291643ff88e50579bdbd0823b2b1846c9fd6d09 (patch)
tree90e7a2a516f70d1c30c80e2a4bcf80f17c684d4b /src/cmd/main.go
parentInitial empty commit (diff)
downloadgobang-6291643ff88e50579bdbd0823b2b1846c9fd6d09.tar.gz
gobang-6291643ff88e50579bdbd0823b2b1846c9fd6d09.tar.xz
Initial implementation: include code from papod
Diffstat (limited to 'src/cmd/main.go')
-rw-r--r--src/cmd/main.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/cmd/main.go b/src/cmd/main.go
new file mode 100644
index 0000000..d5f1346
--- /dev/null
+++ b/src/cmd/main.go
@@ -0,0 +1,7 @@
+package main
+
+import "euandre.org/gobang/src"
+
+func main() {
+ gobang.Main()
+}