예제 #1
0
 public static void main(String[] arguments) throws FileNotFoundException {
   REplican r = new REplican(arguments);
   r.doit();
 }