rowboz/main.go

8 lines
99 B
Go
Raw Permalink Normal View History

2023-12-01 18:38:58 +01:00
package main
import "gitea.ligthert.net/golang/rowboz/robots"
2023-12-01 18:38:58 +01:00
func main() {
robots.GameInit()
2023-12-01 18:38:58 +01:00
}