diff --git a/main.cpp b/main.cpp index a2a3b94..094bade 100644 --- a/main.cpp +++ b/main.cpp @@ -163,7 +163,13 @@ int main() } } catch (const exception &e) { - throw; + cout << "no luck" << endl; + // cerr << "no luck" << endl; + // does not display in main terminal + } + + for(const auto& kvp: mm) { + cout << kvp.first << " => " << kvp.second << endl; } for (auto character: anime)