2024-01-26 00:29:05 +01:00

10 lines
75 B
Go

package main
import (
"server/game"
)
func main() {
game.New().Run()
}