Mini-C++ Lab
Univeristy of Milan 

Code written (by students) in class.

Build it simply with
g++ *.cpp -o myproject
(then execure myproject)

This one does a simple raytracing of a sphere.
It produces an image in PNM format.
