Skip to content

Commit

Permalink
A few more comments on what to do
Browse files Browse the repository at this point in the history
  • Loading branch information
rdpeng committed Jan 14, 2014
1 parent 05bf4b3 commit e4eed41
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion cachematrix.R
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
## [Put comments here that describe what your functions do]
## Put comments here that give an overall description of what your
## functions do

## Write a short comment describing this function

makeCacheMatrix <- function(x = matrix()) {

}


## Write a short comment describing this function

cacheSolve <- function(x, ...) {
## Return a matrix that is the inverse of 'x'
}

0 comments on commit e4eed41

Please sign in to comment.