blob: 4db9fff9d2d3672c86382925d0eca12a16070ce0 [file] [log] [blame]
var bar = require('./bar');
module.exports = function (n) {
return n * bar(n);
};