-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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); | ||
} | ||
|