3 lines
83 B
OCaml
3 lines
83 B
OCaml
|
|
let () =
|
||
|
|
Printf.printf "OK: %s\n%!" (String.concat " " (Array.to_list Sys.argv))
|