summaryrefslogtreecommitdiff
path: root/test/message/hello_world.js
blob: 187bbd2cfcf7f70ceba38a3e064aac5fed30bd0f (plain)
1
2
3
4
'use strict';
require('../common');

console.log('hello world');