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

3 lines
36 B
R
Raw Permalink Normal View History

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