aozhiwei f0e3bb2920 1
2023-09-25 21:02:25 +08:00

10 lines
80 B
Go

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