ocaml/test/natdynlink/plugin_simple.ml

4 lines
81 B
OCaml
Raw Normal View History

let facts = [ (Random.int 4) ]
let () = print_endline "COUCOU"; print_char '\n'