6 lines
80 B
OCaml
6 lines
80 B
OCaml
|
let () =
|
||
|
Printf.printf "time = %f\n" (Unix.time ());
|
||
|
Api.reg_mod "Plugin"
|
||
|
|
||
|
|