Mensa-API/main.go
2024-03-21 19:32:40 +01:00

10 lines
72 B
Go

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