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 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!") +