init-projects/ocaml/test/test.ml

4 lines
68 B
OCaml
Raw Normal View History

2023-09-19 16:07:18 +02:00
open Example.Hello
let () = assert ("Hello, world!" = hello_world)