8 lines
99 B
Go
8 lines
99 B
Go
package main
|
|
|
|
import "gitea.ligthert.net/golang/rowboz/robots"
|
|
|
|
func main() {
|
|
robots.GameInit()
|
|
}
|