Skip to content

Instantly share code, notes, and snippets.

@patch
Created August 3, 2010 03:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save patch/505784 to your computer and use it in GitHub Desktop.
Save patch/505784 to your computer and use it in GitHub Desktop.
###
# This is World class :)
###
class World
greet: ->
print "Hello, world"
@patch
Copy link
Author

patch commented Aug 3, 2010

This is the module written in C'Dent CoffeeScript

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment