mirror of
https://github.com/encounter/phantomjs.git
synced 2026-03-30 11:35:11 -07:00
5 lines
119 B
JavaScript
5 lines
119 B
JavaScript
var universe = require('./universe');
|
|
universe.start();
|
|
console.log('The answer is', universe.answer);
|
|
phantom.exit();
|