add sumAll

This commit is contained in:
Cody Loyd
2017-08-24 08:26:01 -05:00
parent 4c8f1643ec
commit fe087fdd5c
3 changed files with 34 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
var sumAll = function() {
}
module.exports = sumAll