To compile the OCaml code, do

ocamlc -thread unix.cma threads.cma mt_parkinglot.ml -o prog

Then execute it, do

./prog

from the command line.
