mirror of
https://github.com/Hopiu/webapi-eca.git
synced 2026-04-08 17:01:05 +00:00
16 lines
228 B
JavaScript
16 lines
228 B
JavaScript
// Generated by CoffeeScript 1.6.3
|
|
(function() {
|
|
var efew;
|
|
|
|
efew = require('fs');
|
|
|
|
/*
|
|
root = exports ? this
|
|
root.foo = -> 'Hello World'
|
|
console.log root.foo()
|
|
|
|
My comments will show up here
|
|
*/
|
|
|
|
|
|
}).call(this);
|