waf/playground/ocaml/somemodule.ml

8 lines
63 B
OCaml
Raw Normal View History

2011-09-10 11:13:51 +02:00
open Printf;;
let pprint str =
Printf.printf "* %s" str
;;