2 lines
46 B
Text
2 lines
46 B
Text
$ ocaml <(echo 'print_endline "Hello"')
|
|
Hello
|
$ ocaml <(echo 'print_endline "Hello"')
|
|
Hello
|