public class EmptyMain
{
	public static void main(String[] args)
	{
		Empty e = new Empty();
		System.out.println("finished");
	}
}