# ocaml-tests OCaml Language tests https://ocaml.org/ Compile single file: ```shell $ ocamlc -o gcd gcd.ml ``` Install on macOS ```shell brew install ocaml brew install opam ```