#include "GetLogo.H" std::string utils::logo::get_logo () noexcept { return R"( __ __ __ __ \ \ / /_ _ _ __ _ __\ \/ / \ \ /\ / / _` | '__| '_ \\ / \ V V / (_| | | | |_) / \ \_/\_/ \__,_|_| | .__/_/\_\ |_| )"; }