const fourty = 40;
const { add } = require('./other');
const sum = add(fourty, 2);
module.exports = sum;