diff options
-rw-r--r-- | source_file.r | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source_file.r b/source_file.r index 597a30c..bf041a6 100644 --- a/source_file.r +++ b/source_file.r @@ -1,3 +1,3 @@ msg <- "hello world" -print(msg) +cat(msg, '\n') |