From af8898813f8e03b03ff1b8d9fd74be2a5726d322 Mon Sep 17 00:00:00 2001 From: sdzubiria <34401013+sdzubiria@users.noreply.github.com> Date: Tue, 27 Feb 2024 15:13:32 -0600 Subject: [PATCH 1/2] Edit line This is my initial edit --- mycode.R | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mycode.R b/mycode.R index cd97b60..517420c 100644 --- a/mycode.R +++ b/mycode.R @@ -1,5 +1,4 @@ # My R code print("This is my R code.") -print("I added more to my R code.") - +print("I added more to my R code by writing this.") From 32c09a6878a767c18ca7c524254a49ee835221cb Mon Sep 17 00:00:00 2001 From: sdzubiria <34401013+sdzubiria@users.noreply.github.com> Date: Tue, 27 Feb 2024 15:15:29 -0600 Subject: [PATCH 2/2] Print 3 I added another print. --- mycode.R | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mycode.R b/mycode.R index 517420c..ac34cb8 100644 --- a/mycode.R +++ b/mycode.R @@ -2,3 +2,5 @@ print("This is my R code.") print("I added more to my R code by writing this.") + +print("And this is my own print.")