main.go 99 B

1234567
  1. package main
  2. import "gitea.ligthert.net/golang/rowboz/robots"
  3. func main() {
  4. robots.GameInit()
  5. }