4 lines
67 B

var mod = require('./mod.js');
mod.hello();
mod.hello();
debugger;