f.js 90 Bytes Raw Blame History Permalink 1 2 3 // FILE F ONE var G = require('./g.js'); module.exports = function () { return 111 * G };