Wednesday, July 28, 2004

Hello world!


public class FirstPost extends TestPost
{
     public static String putMessage()
     {
          System.out.println("Hello world!");

          while (this.isBoring == true)
          {
               System.out.println("Hang on!");
               System.out.println("Will post cooler stuff soon!");
          }

          return "Bye. Do check back later";
     }
}