webapi-eca/coffee/test.coffee

10 lines
133 B
CoffeeScript
Raw Normal View History

2013-11-19 13:53:36 +00:00
efew = require 'fs'
2013-11-19 17:13:38 +00:00
###
root = exports ? this
root.foo = -> 'Hello World'
console.log root.foo()
My comments will show up here
###