aozhiwei a62220e3b9 1
2024-06-21 14:59:34 +08:00

10 lines
89 B
Go

package main
import (
"main/initialize"
)
func main() {
initialize.Init()
}