We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f657dd commit cb7270eCopy full SHA for cb7270e
cachematrix.R
@@ -1,7 +1,4 @@
1
-## Put comments here that give an overall description of what your
2
-## functions do
3
-
4
-## Write a short comment describing this function
+biir## Write a short comment describing this function
5
6
makeCacheMatrix <- function(x = matrix()) {
7
@@ -11,5 +8,5 @@ makeCacheMatrix <- function(x = matrix()) {
11
8
## Write a short comment describing this function
12
9
13
10
cacheSolve <- function(x, ...) {
14
- ## Return a matrix that is the inverse of 'x'
+ y# Return a matrix that is the inverse of 'x'vo
15
}
0 commit comments