Hello World



examples/javascript/hello_world.js
console.log('Hello World');

To run, type node example/javascript/hello_world.js