mte/unikernel/duniverse/dune_/example/hello_world.t/run.t
2025-11-11 02:07:51 +01:00

6 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!