Пример #1
0
  public static void main(String[] args) {
    String filename = args[0];
    // System.out.println(filename);

    Adventure newAdventure = new Adventure();

    newAdventure.startAdventure(filename);
  }