Guest User

Untitled

a guest
Jul 21st, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. include("ringo/term");
  2.  
  3. exports.setup = function(exports, path, repo) {
  4. write("Setup");
  5. };
  6.  
  7. exports.testGetResource = function() {
  8. write("Hello");
  9. };
Add Comment
Please, Sign In to add comment