rowboz/main.go

8 lines
99 B
Go

package main
import "gitea.ligthert.net/golang/rowboz/robots"
func main() {
robots.GameInit()
}