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

2 lines
36 B
R

$ Rscript -e 'cat("Hello\n")'
Hello