Skip to content

Commit a4b6f39

Browse files
committed
Assignment2
makecachematrix & cachesolve functions
1 parent eb453fd commit a4b6f39

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
@@ -6,7 +6,7 @@
66
## This function creates a special "matrix" object that can cache its inverse.
77

88
makeCacheMatrix <- function(x = matrix()) {
9-
test
9+
1010

1111
m <- NULL
1212
set <- function(y) {

0 commit comments

Comments
 (0)