5 lines
No EOL
64 B
Batchfile
5 lines
No EOL
64 B
Batchfile
echo off
|
|
cmake --build build
|
|
cd build/Debug
|
|
aoc2022.exe
|
|
cd ../.. |