##
# Project Title
#
# @file
# @version 0.1
SOURCE=part1
run:
ocamlopt $(SOURCE).ml -o $(SOURCE)
./$(SOURCE)
# end