Skip to content

Instantly share code, notes, and snippets.

@smith
Created February 8, 2010 16:30
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 smith/298319 to your computer and use it in GitHub Desktop.
Save smith/298319 to your computer and use it in GitHub Desktop.
<script src="prototype.js" language="JavaScript" runat="server"></script>
<script src="console.js" language="JavaScript" runat="server"></script>
<script language="JavaScript" runat="server">
console.log("Hello world!");
console.info("And", "so", "on");
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment