ocaml-native-lib/ocaml/hello.ml

5 lines
77 B
OCaml

let hello () = "hello"
let () =
Callback.register "Hello callback" hello;