Skip to content

Instantly share code, notes, and snippets.

@nmoliveira
Created April 25, 2013 06:48
Show Gist options
  • Save nmoliveira/5457963 to your computer and use it in GitHub Desktop.
Save nmoliveira/5457963 to your computer and use it in GitHub Desktop.
Hello World!
var greetings = function (){
alert('Hello World!');
}();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment