Skip to content

Instantly share code, notes, and snippets.

@Wizek
Forked from jashkenas/whitespace.js
Created April 19, 2012 02:16
Show Gist options
  • Save Wizek/2417917 to your computer and use it in GitHub Desktop.
Save Wizek/2417917 to your computer and use it in GitHub Desktop.
foo
(
function( ) {
return bar(
'foo' ) ;
},
function
()
{
return 'bar'
;
} ) ;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment