예제 #1
0
 public static void main(String args[]) {
   Interpreter test = new Interpreter(new File(args[0]));
   test.run();
 }