Skip to content

Commit

Permalink
OK espero me salga
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon780 committed Aug 9, 2020
1 parent c736dc9 commit 23b30aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions makeCacheMatrix.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ makeCacheMatrix <- function(x = matrix()){
set <- function(y){
x <<- y
inv <<- NULL

}
get <- function() {x}
setInverse <- function(inverse) {inv <<- inverse}
Expand All @@ -21,3 +22,4 @@ cacheSolve <- function(x, ...){
x$setInverse(inv)
inv
}

0 comments on commit 23b30aa

Please sign in to comment.