aboutsummaryrefslogtreecommitdiff
path: root/Source/Utils/Logo/GetLogo.cpp
blob: c515ceac1a741a32083d12a50e438879d643f665 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#include "GetLogo.H"

std::string utils::logo::get_logo () noexcept
{
    return
R"(
    __        __             __  __
    \ \      / /_ _ _ __ _ __\ \/ /
     \ \ /\ / / _` | '__| '_ \\  /
      \ V  V / (_| | |  | |_) /  \
       \_/\_/ \__,_|_|  | .__/_/\_\
                        |_|

)";
}