276行目: 276行目:
       std::cout << "\nNew YAML:\n" << newNode << std::endl;
       std::cout << "\nNew YAML:\n" << newNode << std::endl;
   
   
       // TAMLファイルへの書き込み
       // YAMLファイルへの書き込み
       std::ofstream fout("output.yaml");
       std::ofstream fout("output.yaml");
       fout << newNode;
       fout << newNode;