5 lines
80 B
OCaml
5 lines
80 B
OCaml
|
open Printf
|
||
|
|
||
|
let runner dry file =
|
||
|
printf "Extract file dry=%b %s\n" dry file
|