8 lines
110 B
Go
8 lines
110 B
Go
|
|
package main
|
||
|
|
|
||
|
|
import "github.com/BattlesnakeOfficial/rules/cli/commands"
|
||
|
|
|
||
|
|
func main() {
|
||
|
|
commands.Execute()
|
||
|
|
}
|