From 1a44d5f4d0a4163d18bea9e58a2ce02fe027e93c Mon Sep 17 00:00:00 2001 From: Mihir Patel <47681434+ToadHanks@users.noreply.github.com> Date: Mon, 30 Dec 2019 22:55:21 -0500 Subject: [PATCH] Update main.cpp --- main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.cpp b/main.cpp index 6c19671..7f20757 100644 --- a/main.cpp +++ b/main.cpp @@ -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 mkpatel@mail.usf.edu for any improvements :)\n" + std::cout << TBOLD << "\nLeave feedback/comments to mihirp161@gmail.com 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 mkpatel@mail.usf.edu. In the email do tell what have you done " + std::cerr << "Please report this crash to to mihirp161@gmail.com In the email do tell what have you done " << "prior to the program crash. Sorry for this inconvenience.\n"; exit(0); }