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!')