Skip to content

Instantly share code, notes, and snippets.

@botic
Created February 4, 2011 12:06
Show Gist options
  • Save botic/811038 to your computer and use it in GitHub Desktop.
Save botic/811038 to your computer and use it in GitHub Desktop.
include("ringo/term");
exports.setup = function(exports, path, repo) {
write("Setup");
};
exports.testGetResource = function() {
write("Hello");
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment