NewsBlur/node/node_modules/phantomjs-prebuilt/lib/phantom/examples/hello.js
2019-04-13 14:44:10 -04:00

3 lines
60 B
JavaScript

"use strict";
console.log('Hello, world!');
phantom.exit();