File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -108,6 +108,10 @@ <h2><a class="anchor" aria-hidden="true" id="hello-world"></a><a href="#hello-wo
108108< p > Create a file < code > hello.re</ code > with the following content:</ p >
109109< pre > < code class ="hljs "> print_endline(< span class ="hljs-string "> "Hello world!"</ span > )< span class ="hljs-comment "> ;</ span >
110110</ code > </ pre >
111+ < p > Create a file < code > dune-project</ code > with the following content (check < a href ="https://dune.build/ "> dune.build</ a > for latest version):</ p >
112+ < pre > < code class ="hljs "> (< span class ="hljs-name "> lang</ span > dune < span class ="hljs-number "> 3.6</ span > )
113+ </ code > </ pre >
114+ < p > Create an empty file < code > hello.opam</ code > </ p >
111115< p > Create a file < code > dune</ code > with the following content:</ p >
112116< pre > < code class ="hljs "> (< span class ="hljs-name "> executable</ span >
113117 (< span class ="hljs-name "> < span class ="hljs-builtin-name "> name</ span > </ span > hello)
Original file line number Diff line number Diff line change @@ -108,6 +108,10 @@ <h2><a class="anchor" aria-hidden="true" id="hello-world"></a><a href="#hello-wo
108108< p > Create a file < code > hello.re</ code > with the following content:</ p >
109109< pre > < code class ="hljs "> print_endline(< span class ="hljs-string "> "Hello world!"</ span > )< span class ="hljs-comment "> ;</ span >
110110</ code > </ pre >
111+ < p > Create a file < code > dune-project</ code > with the following content (check < a href ="https://dune.build/ "> dune.build</ a > for latest version):</ p >
112+ < pre > < code class ="hljs "> (< span class ="hljs-name "> lang</ span > dune < span class ="hljs-number "> 3.6</ span > )
113+ </ code > </ pre >
114+ < p > Create an empty file < code > hello.opam</ code > </ p >
111115< p > Create a file < code > dune</ code > with the following content:</ p >
112116< pre > < code class ="hljs "> (< span class ="hljs-name "> executable</ span >
113117 (< span class ="hljs-name "> < span class ="hljs-builtin-name "> name</ span > </ span > hello)
You can’t perform that action at this time.
0 commit comments