Paste: test

Author: mee
Mode: java
Date: Sat, 12 Sep 2009 17:50:55
Plain Text |
public class HelloWorld
{
  public static void main(String[] args)
  {
    System.out.println("Hello, world!");
  }
}

New Annotation

Summary:
Author:
Mode:
Body: