package main import ( "github.com/chompy/14go/internal/app" ) func main() { app.Start() }