cpp/run.bat

5 lines
No EOL
65 B
Batchfile

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