tikiwiki/packages/tiki-pkg-casperjs/jakoch/phantomjs/examples/module.js

6 lines
135 B
JavaScript
Raw Normal View History

2023-11-20 21:52:04 +01:00
"use strict";
var universe = require('./universe');
universe.start();
console.log('The answer is ' + universe.answer);
phantom.exit();