calculate the standard deviation with cpp
clone the respository using git clone <link to the repository>
cd into the cloned repository folder using cd "standard deviation with cpp"
using gcc
mkdir build
g++ "standard deviation with cpp/standard deviation with cpp.cpp" -o build/stddev
build/stddev