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
- Host: GitHub
- URL: https://github.com/hellojukay/ocaml-hello-world
- Owner: hellojukay
- Created: 2019-07-21T11:27:27.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-21T11:32:51.000Z (almost 7 years ago)
- Last Synced: 2025-01-29T08:34:01.714Z (over 1 year ago)
- Language: OCaml
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```