Mensa-API/main.go
2024-03-27 17:41:57 +01:00

10 lines
81 B
Go

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