feat: add universities and restaurants

This commit is contained in:
2025-07-21 00:10:15 +02:00
parent e395b0b4ca
commit eb7c849552
20 changed files with 408 additions and 33 deletions

3
.vscode/launch.json vendored
View File

@ -11,8 +11,7 @@
"mode": "debug",
"program": "${workspaceFolder}/main.go",
"args": [
"get", "dishes",
"-o", "yaml",
"get", "meals",
]
}
]