Rebrand the challange to fit the theme

This commit is contained in:
2019-10-16 08:21:51 +02:00
parent 452a07d593
commit aef9360d4b
2 changed files with 6 additions and 4 deletions

View File

@@ -86,7 +86,7 @@ bool execute_command(const string &input)
PROFILER_RECORD;
if (input == "exit")
{
cout << "Thank you for visiting the Secutech customer portal. Please visit us again soon!" << endl;
cout << "Thank you for visiting Open Pit Mining Ltd. Please visit us again soon!" << endl;
return false;
}
if (input == "login")
@@ -131,7 +131,9 @@ void load_key()
int main(int argc, char **argv) {
PROFILER_RECORD;
load_key();
cout << "Welcome to the Secutech login portal." << endl;
cout << "Welcome to Open Pit Mining Ltd." << endl;
cout << " - removing forests since 1978 -" << endl;
cout << endl;
cout << "How can we help you today? (type 'help' for help)" << endl;
string input;
do

View File

@@ -1,5 +1,5 @@
project('secutech', 'cpp')
executable('secutech',
project('open_pit', 'cpp')
executable('open_pit',
'main.cpp',
'aes.cpp',
'profiler.cpp',