Skip to content

Commit

Permalink
Merge pull request #110 from jackieyao0114/development
Browse files Browse the repository at this point in the history
mini PR for printing Artemis logo
  • Loading branch information
ajnonaka committed May 20, 2024
2 parents 429f9de + 75374c5 commit f8ad9d6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Source/Utils/Logo/GetLogo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ std::string utils::logo::get_logo () noexcept
{
return
R"(
__ __ __ __
\ \ / /_ _ _ __ _ __\ \/ /
\ \ /\ / / _` | '__| '_ \\ /
\ V V / (_| | | | |_) / \
\_/\_/ \__,_|_| | .__/_/\_\
|_|
_____ __ .__
/ _ \________/ |_ ____ _____ |__| ______
/ /_\ \_ __ \ __\/ __ \ / \| |/ ___/
/ | \ | \/| | \ ___/| Y Y \ |\___ \
\____|__ /__| |__| \___ >__|_| /__/____ >
\/ \/ \/ \/
)";
}

0 comments on commit f8ad9d6

Please sign in to comment.