mirror of
https://github.com/LeRoid-hub/Mensa-API.git
synced 2025-01-31 03:34:57 +00:00
10 lines
72 B
Go
10 lines
72 B
Go
|
package main
|
||
|
|
||
|
import (
|
||
|
"mensa/server"
|
||
|
)
|
||
|
|
||
|
func main() {
|
||
|
server.Run()
|
||
|
}
|