Basic compilation of test programs

The goal of this exercise is to understand how to compile and run test programs on a student server. The default compiler is 64-bit gcc v. 5.2.0.

Build cputicks.cc:

cd esc15/hands-on/basic
c++ -std=c++14 -o cputicks cputicks.cc
./cputicks