UNPKG

198 BJavaScriptView Raw
1// Generated by CoffeeScript 1.10.0
2(function() {
3 var autocode;
4
5 autocode = require('../autocode');
6
7 module.exports = function() {
8 return console.log('Hello there.');
9 };
10
11}).call(this);