7 lines
161 B
Perl
7 lines
161 B
Perl
|
|
Build an example project and run the tests:
|
||
|
|
$ dune build @install @runtest
|
||
|
|
|
||
|
|
Rebuild main if necessary, and run it
|
||
|
|
$ dune exec ./bin/main.exe
|
||
|
|
Hello, world!
|