7 lines
89 B
JavaScript
7 lines
89 B
JavaScript
|
const sumAll = function() {
|
||
|
|
||
|
};
|
||
|
|
||
|
// Do not edit below this line
|
||
|
module.exports = sumAll;
|