NewsBlur/node/node_modules/phantomjs-prebuilt/lib/phantom/examples/module.js

6 lines
135 B
JavaScript
Raw Normal View History

"use strict";
var universe = require('./universe');
universe.start();
console.log('The answer is ' + universe.answer);
phantom.exit();