Hello world!

21 12 2007
<script type="text/javascript">
  alert('Hello World!');
</script>
<?php
  echo "Hello World!";
?>
public class HelloWorld {
  public static void main(String[] args) {
    System.out.println("Hello World!");
  }
}
#include <iostream>
 
int main()
{
  std::cout << "Hello World!" << std::endl;
  return 0;
}

You get the idea.


Actions

Informations

2 responses to “Hello world!”

14 08 2008
tyrone (16:57:16) :

Nice website man, keep up the posts about flex! I just got into it today

29 10 2008
Pearl (04:39:50) :

Great work.

Leave a comment

You can use these tags : <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>