webapi-eca/coffee/test.coffee
2013-11-19 18:13:38 +01:00

10 lines
No EOL
133 B
CoffeeScript

efew = require 'fs'
###
root = exports ? this
root.foo = -> 'Hello World'
console.log root.foo()
My comments will show up here
###