Home | History | Annotate | Download | only in src
      1 public class Main {
      2     static public void main(String[] args) throws Exception {
      3         boolean timing = (args.length >= 1) && args[0].equals("--timing");
      4         ManyInterfaces.run(timing);
      5     }
      6 }
      7