Avoid printing newline in R (#1275)

This commit is contained in:
Tyler887
2022-01-23 13:47:15 +00:00
committed by GitHub
parent 699722c7f4
commit 86d1464030

2
r/R.R
View File

@@ -1 +1 @@
cat("Hello World\n")
cat("Hello World")