// Just check if the compiler / language / computer are working
// Hussein Suleman
// 10 March 2004

public class problem0
{
	public static void main ( String [] args )
	{
		System.out.println ("Hello World");
	}
}

