0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/test/message/hello_world.js
2010-07-15 14:21:31 -07:00

5 lines
83 B
JavaScript

common = require("../common");
assert = common.assert
console.log('hello world');