From e10e1f2105ed85307f83dbca6eeb7ec4d9b7c495 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 13 Sep 2024 05:20:17 -0300 Subject: Init: copy code from gobang --- tests/main.go | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/main.go (limited to 'tests/main.go') diff --git a/tests/main.go b/tests/main.go new file mode 100644 index 0000000..5985191 --- /dev/null +++ b/tests/main.go @@ -0,0 +1,7 @@ +package main + +import "scrypt" + +func main() { + scrypt.MainTest() +} -- cgit v1.2.3