21 lines
194 B
Markdown
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
|
|
```
|