RosettaCodeData/Task/Shell-one-liner/OCaml/shell-one-liner-2.ocaml

3 lines
52 B
Text
Raw Permalink Normal View History

2015-11-18 06:14:39 +00:00
$ echo 'print_endline "Hello"' | ocaml -stdin
Hello