This program will open a window render a coloured cube using triangles as only primitives.
Compile the code using makefile.
$ make
After successfull compilation just type the following command in your terminal to execute the binary.
$ ./02_colorcube
https://www.opengl.org/archives/resources/code/samples/glut_examples/examples/examples.html