Skip to content

Instantly share code, notes, and snippets.

@fletcherm
Created April 1, 2011 12:36
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fletcherm/898080 to your computer and use it in GitHub Desktop.
Save fletcherm/898080 to your computer and use it in GitHub Desktop.
namespace "Matt.Printer", (exports) ->
message1 = "Yo ho ho"
message2 = "Five dwarves"
exports.print1 = ->
console.log message1
exports.print2 = ->
console.log message2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment