package a0902d_f_Philosophen_VORLAGE;

public class Start
{
	public static void main(String[] args)
  	{
		new MeinFenster("Philosphen beim Essen");
  	}
}
