Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 177 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 177 Bytes

Hello

Getting Started

eval $(opam env)
dune init proj hello
cd hello

Build

dune build

Run

dune exec hello

Hello, World!