Mini-C++ Lab
Univeristy of Milan 

Code written (by students) in class.

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

This one does a simple raytracing of two spheres, with lighting.
It produces an image in PNM format.
