567891011
import org.junit.Test; public class Aufgabe1Test { @Test public void testManually() throws Exception { new Aufgabe1().run(); }