RosettaCodeData/Task/Shell-one-liner/R/shell-one-liner-2.r

3 lines
36 B
R
Raw Permalink Normal View History

2013-04-11 01:07:29 -07:00
$ Rscript -e 'cat("Hello\n")'
Hello