An open API service indexing awesome lists of open source software.

https://github.com/hellojukay/ocaml-hello-world

hello world wirte in ocaml
https://github.com/hellojukay/ocaml-hello-world

Last synced: about 1 year ago
JSON representation

hello world wirte in ocaml

Awesome Lists containing this project

README

          

# ocaml-hello-world

# build
```shell
dune build main.exe
```

# run
```shell
dune exec main.exe
```
or
```
cd _build/default && ./main.exe
```