From a36dddae283172251d3e46cfcd537805062c61a9 Mon Sep 17 00:00:00 2001 From: mikirin0307 <125852370+mikirin0307@users.noreply.github.com> Date: Tue, 27 Feb 2024 15:14:10 -0600 Subject: [PATCH 1/2] step3 --- mycode.R | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mycode.R b/mycode.R index cd97b60..e19ce0d 100644 --- a/mycode.R +++ b/mycode.R @@ -1,5 +1,6 @@ # My R code print("This is my R code.") -print("I added more to my R code.") +print("Hello, world!") + From b044e0c1ea423a34c0ac41cffc5f7b25d1bb22d4 Mon Sep 17 00:00:00 2001 From: mikirin0307 <125852370+mikirin0307@users.noreply.github.com> Date: Tue, 27 Feb 2024 15:14:17 -0600 Subject: [PATCH 2/2] step4 --- Untitled.R | 1 + 1 file changed, 1 insertion(+) create mode 100644 Untitled.R diff --git a/Untitled.R b/Untitled.R new file mode 100644 index 0000000..71e050c --- /dev/null +++ b/Untitled.R @@ -0,0 +1 @@ +print("This is also my R code.") \ No newline at end of file