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