Rebrand the challange to fit the theme
This commit is contained in:
6
main.cpp
6
main.cpp
@@ -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
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
project('secutech', 'cpp')
|
||||
executable('secutech',
|
||||
project('open_pit', 'cpp')
|
||||
executable('open_pit',
|
||||
'main.cpp',
|
||||
'aes.cpp',
|
||||
'profiler.cpp',
|
||||
|
||||
Reference in New Issue
Block a user