rng/codetest.sh
2025-07-07 10:27:51 +01:00

5 lines
93 B
Bash
Executable File

g++ -std=c++11 math/matrix.cpp code_tests/test.cpp -o testcode.o
./testcode.o
rm testcode.o