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