aboutsummaryrefslogtreecommitdiff
path: root/source_file.r
diff options
context:
space:
mode:
Diffstat (limited to 'source_file.r')
-rw-r--r--source_file.r2
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')