Skip to content

Commit

Permalink
Tema 2... attempt 8 (speram ca e ultimul)
Browse files Browse the repository at this point in the history
  • Loading branch information
radumcostache committed May 15, 2023
1 parent 91eac0a commit da62007
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ int main() {
delete F;
Destination d = Destination::bestMatch(destinations, user.getCharacteristics());
F = new destinationFrame(user, d);
std::cerr << e.what() << '\n';
}

}
Expand Down

0 comments on commit da62007

Please sign in to comment.