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;
|
PROFILER_RECORD;
|
||||||
if (input == "exit")
|
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;
|
return false;
|
||||||
}
|
}
|
||||||
if (input == "login")
|
if (input == "login")
|
||||||
@@ -131,7 +131,9 @@ void load_key()
|
|||||||
int main(int argc, char **argv) {
|
int main(int argc, char **argv) {
|
||||||
PROFILER_RECORD;
|
PROFILER_RECORD;
|
||||||
load_key();
|
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;
|
cout << "How can we help you today? (type 'help' for help)" << endl;
|
||||||
string input;
|
string input;
|
||||||
do
|
do
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
project('secutech', 'cpp')
|
project('open_pit', 'cpp')
|
||||||
executable('secutech',
|
executable('open_pit',
|
||||||
'main.cpp',
|
'main.cpp',
|
||||||
'aes.cpp',
|
'aes.cpp',
|
||||||
'profiler.cpp',
|
'profiler.cpp',
|
||||||
|
|||||||
Reference in New Issue
Block a user