From 234279c36b363245c4a7316494641cd58b40ad28 Mon Sep 17 00:00:00 2001 From: TinWoodman92 Date: Fri, 26 May 2023 17:01:28 -0500 Subject: Uptated R source file to display correctly on the terminal. --- source_file.r | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source_file.r') 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') -- cgit v1.2.3