Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 247 Bytes

File metadata and controls

25 lines (14 loc) · 247 Bytes

Terrarium-Simulator-Cpp-Training

Cpp training project.

Build instructions

Build the code:

mkdir build

cd build

cmake ..

make

Run:

./main

Run the tests:

./test/yourproject_test

Build and Test:

. try_build_and_test.sh