phantomjs/examples/hello.coffee

3 lines
43 B
CoffeeScript
Raw Normal View History

console.log 'Hello, world!'
phantom.exit()