akyoto.dev/main.go

8 lines
67 B
Go

package main
func main() {
app := App{}
app.Init()
app.Run()
}