From ee07c29c053eafef4ac6c2f9c2110ff59806dcc6 Mon Sep 17 00:00:00 2001 From: ankitacharya25 <73279347+ankitacharya25@users.noreply.github.com> Date: Fri, 23 Oct 2020 15:23:47 +0530 Subject: [PATCH] Create helloworld.r --- R/helloworld.r | 1 + 1 file changed, 1 insertion(+) create mode 100644 R/helloworld.r diff --git a/R/helloworld.r b/R/helloworld.r new file mode 100644 index 0000000..031cbab --- /dev/null +++ b/R/helloworld.r @@ -0,0 +1 @@ +cat('Hello, world!')