aboutsummaryrefslogtreecommitdiff
path: root/main.go
blob: a7e492e11809e7b6424b1ddf2e1d6c120813ce65 (plain)
1
2
3
4
5
6
7
package main

import "github.com/afagundes/go-modernworld/modernworld"

func main() {
	modernworld.NewGame().Start()
}