Skip to content

Instantly share code, notes, and snippets.

@liammclennan
Created June 5, 2011 07:16
Show Gist options
  • Select an option

  • Save liammclennan/1008729 to your computer and use it in GitHub Desktop.

Select an option

Save liammclennan/1008729 to your computer and use it in GitHub Desktop.
CoffeeScript Hello World
alert = (message) ->
console.log message
language = "CoffeeScript"
message = "Hello #{language}"
output = (comment) ->
alert comment
output message
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment