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