2025-04-23 11:59:35 +00:00

11 lines
84 B
Go

package main
import (
"backend/app"
)
func main() {
a := app.New()
a.Start()
}