blob: c57fa530a8fb536196c448d394272f1762db96cf [file] [log] [blame]
module.exports = function (n) {
return n * 100;
};