mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-05 16:58:59 +00:00
5 lines
135 B
JavaScript
5 lines
135 B
JavaScript
"use strict";
|
|
var universe = require('./universe');
|
|
universe.start();
|
|
console.log('The answer is ' + universe.answer);
|
|
phantom.exit();
|