Skip to content

Commit f6756bf

Browse files
committed
Answer for the problem
1 parent 7f657dd commit f6756bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cachematrix.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ makeCacheMatrix <- function(x = matrix()) {
1111
## Write a short comment describing this function
1212

1313
cacheSolve <- function(x, ...) {
14-
## Return a matrix that is the inverse of 'x'
14+
return (solve(x))
1515
}

0 commit comments

Comments
 (0)