diff --git a/main.R b/main.R index 9c74b7a..624222e 100644 --- a/main.R +++ b/main.R @@ -1,2 +1,4 @@ # Hello! Just checking that you know how to fork -# and clone a repository. \ No newline at end of file +# and clone a repository. +# This is a simple R script that prints a message. +print("Welcome to the repository!")