feat: some testing code lol

This commit is contained in:
Zhongheng Liu 2024-10-20 22:43:51 +03:00
commit 1ef0757412
Signed by: steven
GPG key ID: DC8F48E7B4C40905
5 changed files with 19 additions and 28 deletions

10
main.go Normal file
View file

@ -0,0 +1,10 @@
package main
import (
"fmt"
"gitlab.com/stvnliu/ai_game/tests"
)
func main() {
fmt.Println("What's up bro")
fmt.Println(tests.DoThis("Yo"))
}