node/test/message/hello_world.js

4 lines
51 B
JavaScript
Raw Normal View History

2010-06-19 09:14:06 +08:00
require('../common');
console.log('hello world');