summaryrefslogtreecommitdiff
path: root/test/message/hello_world.js
blob: 996e08d51a2e624dc5af5351672ad5fe87447fbf (plain)
1
2
3
4
var common = require('../common');
var assert = require('assert');

console.log('hello world');