f.js 90 B

123
  1. // FILE F ONE
  2. var G = require('./g.js');
  3. module.exports = function () { return 111 * G };