Skip to content

Commit

Permalink
add a script to my local repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Chambers committed Jan 25, 2023
1 parent 9c25d22 commit b4f8918
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions add.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
## A simple function for adding 2 numbers
add <- function(a, b) {
return(a + b)
}

0 comments on commit b4f8918

Please sign in to comment.