Skip to content

Instantly share code, notes, and snippets.

@seanstrom
Created May 31, 2015 01:59
Show Gist options
  • Save seanstrom/9156ab8b3a25d394db9b to your computer and use it in GitHub Desktop.
Save seanstrom/9156ab8b3a25d394db9b to your computer and use it in GitHub Desktop.
identity function livescript
identity = (x) -> x
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment