somemodule.ml 63 B

1234567
  1. open Printf;;
  2. let pprint str =
  3. Printf.printf "* %s" str
  4. ;;