node/test/message/hello_world.js

5 lines
65 B
JavaScript

'use strict';
require('../common');
console.log('hello world');