sudo apt update && sudo apt install -y build-essential cmake
cd <path_to_your_workspace>
git clone https://github.com/baycedar/memory-order-playground.git
mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make -j
./exercise_01
./exercise_02
./exercise_03