diff options
author | EuAndreh <eu@euandre.org> | 2024-09-13 05:20:17 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-09-13 05:46:30 -0300 |
commit | e10e1f2105ed85307f83dbca6eeb7ec4d9b7c495 (patch) | |
tree | 90168744d29e1d2883ba8e760b50e08a15489f52 /tests/main.go | |
parent | Initial empty commit (diff) | |
download | scrypt-e10e1f2105ed85307f83dbca6eeb7ec4d9b7c495.tar.gz scrypt-e10e1f2105ed85307f83dbca6eeb7ec4d9b7c495.tar.xz |
Init: copy code from gobang
Diffstat (limited to '')
-rw-r--r-- | tests/main.go | 7 |
1 files changed, 7 insertions, 0 deletions
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() +} |