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