1
0
Fork 0
adventofcode/2022/cpp/run.bat

5 lines
No EOL
64 B
Batchfile

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