mirror of https://github.com/nodejs/node.git
5 lines
67 B
JavaScript
5 lines
67 B
JavaScript
|
var mod = require('./mod.js');
|
||
|
mod.hello();
|
||
|
mod.hello();
|
||
|
debugger;
|