Skip to content

Instantly share code, notes, and snippets.

@erosson
Created November 16, 2010 05:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save erosson/701454 to your computer and use it in GitHub Desktop.
Save erosson/701454 to your computer and use it in GitHub Desktop.
executable gists demo
console.log 'hello world'
alert 'hello world'
<html>
<body>
<script src="https://gist.github.com/raw/701454/test-gist.js"></script>
</body>
</html>
console.log('hello world');
alert('hello world');
@erosson
Copy link
Author

erosson commented Nov 16, 2010

test comment

test

@arseniogalvao
Copy link

teste1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment