1
0
Fork 0
adventofcode/cpp/run.bat
2023-10-10 21:06:06 +02:00

5 lines
No EOL
64 B
Batchfile

echo off
cmake --build build
cd build/Debug
aoc2022.exe
cd ../..