index
:
gobang
main
Unnamed repository; edit this file 'description' to name the repository.
External SSH Git service user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
gobang_main.go
blob: 2dcbdf078a7629fddb4f95d1451f3f405a7e7b7c (
plain
) (
blame
)
1
2
3
4
5
6
7
package
main
import
"gobang"
func
main
()
{
gobang
.
MainTest
()
}