3 lines
60 B
JavaScript
3 lines
60 B
JavaScript
|
var foo = require('./foo');
|
||
|
console.log('main: ' + foo(5));
|