Ejemplo n.º 1
0
 public static void main(String[] args) throws Exception {
   Euler e = new Euler();
   e.go();
 }
Ejemplo n.º 2
0
 public static void main(String[] args) {
   Euler e = new Euler();
   e.go();
 }