Files
ocaml-tests/README.md
2020-11-08 10:10:23 +08:00

21 lines
194 B
Markdown

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