package a1103c_f_Umrechnen_VORLAGE;

public class StartFenster
{
	public static void main(String[] args)
	{
		new MyFenster();
	}
}
