RosettaCodeData/Task/Shell-one-liner/R/shell-one-liner-1.r
2023-07-01 13:44:08 -04:00

2 lines
42 B
R

$ echo 'cat("Hello\n")' | R --slave
Hello