Skip to content

Instantly share code, notes, and snippets.

@nonocast
Last active December 15, 2015 11:19
Show Gist options
  • Save nonocast/5251803 to your computer and use it in GitHub Desktop.
Save nonocast/5251803 to your computer and use it in GitHub Desktop.
hello world
hello = (name) ->
console.log "#hello world, #{name}"
hello 'nonocast'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment