/*
 * Created on 29.10.2003
 *
 * To change the template for this generated file go to
 * Window&gt;Preferences&gt;Java&gt;Code Generation&gt;Code and Comments
 */

/**
 * @author Gerry
 *
 * To change the template for this generated type comment go to
 * Window&gt;Preferences&gt;Java&gt;Code Generation&gt;Code and Comments
 */
public class Uebung1_1 implements IMaxSequence
{

	public static void main(String[] args)
	{
		System.out.println("Hello, World");
	}
}
