mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-05-03 18:24:53 +00:00
12 lines
159 B
Markdown
12 lines
159 B
Markdown
# Arcade Lobby CLI
|
|
|
|
A tiny CLI sample that prints the current lobby status.
|
|
|
|
## Build
|
|
|
|
g++ -std=c++17 main.cpp -o arcade-lobby-cli
|
|
|
|
## Run
|
|
|
|
./arcade-lobby-cli
|