// hello world program
// hussein suleman
// february 2008

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

