cpp/build.sh
2024-11-04 18:09:25 +01:00

11 lines
71 B
Bash

mkdir build
cd build
cmake ..
cmake --build .
cd ..
python test.py