An implementation of FizzBuzz written in OCaml.
https://blog.codinghorror.com/why-cant-programmers-program/
sudo apt-get install opam
opam init --yes
opam config env
opam install depext conf-m4.1
opam install ounit --yes
opam update
opam upgrade
sudo apt-get install ocaml-batteries-included
sudo apt-get install libounit-ocaml-dev
make
make run
make tests
make clean