Files
flights_web_raw/node_modules/phantomjs-prebuilt/lib/phantom/examples/hello.js
T

4 lines
60 B
JavaScript

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