Skip to content

Commit

Permalink
Update main.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
mihirp161 authored Dec 31, 2019
1 parent 511a8b3 commit 1a44d5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ int main()
goto beginning; /*Jumps in the beginning to allow circular interaction*/
}
std::cout << log_io;
std::cout << TBOLD << "\nLeave feedback/comments to [email protected] for any improvements :)\n"
std::cout << TBOLD << "\nLeave feedback/comments to [email protected] for any improvements :)\n"
<< "For collaboration use the email above. If you would like to reuse any code, feel free to do so!\n" << TOFF << std::endl;
}
catch (...) {
std::cerr << "Please report this crash to [email protected]. In the email do tell what have you done "
std::cerr << "Please report this crash to to [email protected] In the email do tell what have you done "
<< "prior to the program crash. Sorry for this inconvenience.\n";
exit(0);
}
Expand Down

0 comments on commit 1a44d5f

Please sign in to comment.