Hello World in amharic (in JavaScript)

posted on 2009-09-15 00:45:38+08:00 by david
amharic
  1. <%@ language="javascript" %>
  2. <html><body>
  3. <%
  4. Response.Write('Hello World!');
  5. %>
  6. </body></html>

All Code Snippets

Hot Code Snippets

New Code Snippets