tikiwiki/packages/tiki-pkg-casperjs/jakoch/phantomjs/examples/hello.js
2023-11-20 20:52:04 +00:00

4 lines
60 B
JavaScript
Executable File

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