init-projects/ocaml/test/test.ml
2023-09-19 16:07:18 +02:00

3 lines
68 B
OCaml

open Example.Hello
let () = assert ("Hello, world!" = hello_world)