const {add, sub} = require('./math'); console.log("This is the result", sub(2, 3))