Skip to content

Instantly share code, notes, and snippets.

@zayfod
Created August 1, 2013 05:29
Show Gist options
  • Save zayfod/6128619 to your computer and use it in GitHub Desktop.
Save zayfod/6128619 to your computer and use it in GitHub Desktop.
JavaScript "hello world" program. #js #hello
//alert("Hello World!");
console.log("Hello World!");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment