diff --git a/add.R b/add.R new file mode 100644 index 0000000..cb52e1a --- /dev/null +++ b/add.R @@ -0,0 +1 @@ +add <- function(x, y){ x + x }