mirror of
https://github.com/Motschen/Adventura.git
synced 2025-12-13 10:25:09 +01:00
5 lines
166 B
Plaintext
5 lines
166 B
Plaintext
g++ -std=c++23 -Wall main.cpp -o adventura
|
|
ODER
|
|
clang++ -std=c++23 -Weverything -Wno-c++98-compat -Wno-padded -Wall main.cpp -o adventura
|
|
|
|
Ausführen mit: ./adventura |