Skip to content

Commit

Permalink
Merge pull request #1083 from julien-tierny/2025
Browse files Browse the repository at this point in the history
[console] happy new year!
  • Loading branch information
julien-tierny authored Jan 1, 2025
2 parents d272afa + 27a7641 commit 7a151c3
Showing 1 changed file with 9 additions and 18 deletions.
27 changes: 9 additions & 18 deletions core/base/common/welcomeMsg.inl
Original file line number Diff line number Diff line change
Expand Up @@ -2,53 +2,44 @@
// Julien Tierny <[email protected]>
// January 2020.

// "TTK (c) 2024"
// "TTK (c) 2025"

printMsg(
debug::output::BOLD
//+ " _____ _____ _ __ __ __ ____ ___ ____ _____"
+ " _____ _____ _ __ __ __ ____ ___ ____ _ _"
+ " _____ _____ _ __ __ __ ____ ___ ____ ____"
+ debug::output::ENDCOLOR,
debug::Priority::PERFORMANCE,
debug::LineMode::NEW,
stream);
printMsg(debug::output::BOLD
//+ "|_ _|_ _| |/ / / /__\\ \\ |___ \\ / _ "
//"\\___ \\|___ /"
+ "|_ _|_ _| |/ / / /__\\ \\ |___ \\ / _ "
"\\___ \\| || |"
+ "|_ _|_ _| |/ / / /__\\ \\ |___ \\ / _ "
"\\___ \\| ___|"
+ debug::output::ENDCOLOR,
debug::Priority::PERFORMANCE,
debug::LineMode::NEW,
stream);
printMsg(
debug::output::BOLD
//+ " | | | | | ' / | |/ __| | __) | | | |__) | |_
//\\"
+ " | | | | | ' / | |/ __| | __) | | | |__) | || |_"
+ " | | | | | ' / | |/ __| | __) | | | |__) |___ \\"
+ debug::output::ENDCOLOR,
debug::Priority::PERFORMANCE,
debug::LineMode::NEW,
stream);
printMsg(
debug::output::BOLD
// + " | | | | | . \\ | | (__| | / __/| |_| / __/
// ___) |"
+ " | | | | | . \\ | | (__| | / __/| |_| / __/|__ _|"
+ " | | | | | . \\ | | (__| | / __/| |_| / __/ ___) |"
+ debug::output::ENDCOLOR,
debug::Priority::PERFORMANCE,
debug::LineMode::NEW,
stream);
printMsg(debug::output::BOLD
// + " |_| |_| |_|\\_\\ | |\\___| | "
// "|_____|\\___/_____|____/"
+ " |_| |_| |_|\\_\\ | |\\___| | "
"|_____|\\___/_____| |_|"
+ " |_| |_| |_|\\_\\ | |\\___| | "
"|_____|\\___/_____|____/"
+ debug::output::ENDCOLOR,
debug::Priority::PERFORMANCE,
debug::LineMode::NEW,
stream);
printMsg(debug::output::BOLD + " \\_\\ /_/"
printMsg(debug::output::BOLD + " \\_\\ /_/"
+ debug::output::ENDCOLOR,
debug::Priority::PERFORMANCE,
debug::LineMode::NEW,
Expand Down

0 comments on commit 7a151c3

Please sign in to comment.