diff --git a/mycode.R b/mycode.R index cd97b60..ac34cb8 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("I added more to my R code by writing this.") +print("And this is my own print.")