Skip to content

Instantly share code, notes, and snippets.

@kaochenlong
Created August 6, 2011 17:51
Show Gist options
  • Save kaochenlong/1129572 to your computer and use it in GitHub Desktop.
Save kaochenlong/1129572 to your computer and use it in GitHub Desktop.
class Hello
constructor: (@words) ->
greeting: ->
alert @words
new Hello("CoffeeScript").greeting()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment