Some really great code

Here is one of my favorite code listings:

public class HelloWorld
{
  public static void main(String[] args)
  {
    System.out.println("Hello, World!");
  }
}
  

I wrote that code all by myself!