phantomjs/examples/module.coffee

5 lines
110 B
CoffeeScript

universe = require './universe'
universe.start()
console.log 'The answer is' + universe.answer
phantom.exit()