mirror of
https://github.com/Hopiu/webapi-eca.git
synced 2026-03-16 22:10:31 +00:00
10 lines
No EOL
133 B
CoffeeScript
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
|
|
|
|
### |