Exemplo n.º 1
0
 public static void run()
 {
     //runs Example
     TestSegment.run();
 }
Exemplo n.º 2
0
        public static void run()
        {
            TestSegment test = new TestSegment();

            test.privateRun(test.askUser());
        }