TripleX Challenge: PrintIntroduction

I dont know why i cant use Multilines in output without quotations…
i dont know why the Main Function must be at the bottom of the file…
i must admit … in C# is easier hahaha

void PrintIntroduction()
{
    std::cout << "\n"  
<< ".==================================================================.\n"
<< "||    ( )              ( )                ( )              ( )    ||\n"
<< "|'================================================================'|\n"
<< "||                                                                ||\n"
<< "||                                                                ||\n"
<< "||                                                                ||\n"
<< "||                                                                ||\n"
<< "||                                                                ||\n"
<< "||                                                                ||\n"
<< "||                                  .::::.                        ||\n"
<< "||                                .::::::::.                      ||\n"
<< "||                                :::::::::::                     ||\n"
<< "||                                ':::::::::::..                  ||\n"
<< "||                                 :::::::::::::::'               ||\n"
<< "||                                  ':::::::::::.                 ||\n"
<< "||                                    .::::::::::::::'            ||\n"
<< "||                                  .:::::::::::...               ||\n"
<< "||                                 ::::::::::::::''               ||\n"
<< "||                     .:::.       '::::::::''::::                ||\n"
<< "||                   .::::::::.      ':::::'  '::::               ||\n"
<< "||                  .::::':::::::.    :::::    '::::.             ||\n"
<< "||                .:::::' ':::::::::. :::::      ':::.            ||\n"
<< "||              .:::::'     ':::::::::.:::::       '::.           ||\n"
<< "||            .::::''         '::::::::::::::       '::.          ||\n"
<< "||           .::''              '::::::::::::         :::...      ||\n"
<< "||        ..::::                  ':::::::::'        .:' ''''     ||\n"
<< "||     ..''''':'                    ':::::.'                      ||\n"
<< "||                                                                ||\n"
<< "||                                                                ||\n"
<< "||                                                                ||\n"
<< "||                                                                ||\n"
<< "|'================================================================'|\n \n";


    std::cout << "You are a secret agent breaking into a secure server to get access to the hidden porn files. \n";
    std::cout << "You need to enter the correct codes to continue... \n\n";
}
1 Like

C# is easier but C++ is more powerful. I love your ASCII art :wink:

Privacy & Terms