git-play learning git on linux Compile and run the hello program: mkdir build cd build g++ ../src/hello.cpp -o hello ./hello