feat: some testing code lol
This commit is contained in:
parent
5dd1cc25e9
commit
1ef0757412
5 changed files with 19 additions and 28 deletions
10
main.go
Normal file
10
main.go
Normal 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"))
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue