ocaml-native-lib/ocaml/hello.ml

5 lines
77 B
OCaml
Raw Normal View History

2019-05-10 13:45:32 +02:00
let hello () = "hello"
let () =
Callback.register "Hello callback" hello;