Skip to content

Commit 7a151c3

Browse files
Merge pull request #1083 from julien-tierny/2025
[console] happy new year!
2 parents d272afa + 27a7641 commit 7a151c3

File tree

1 file changed

+9
-18
lines changed

1 file changed

+9
-18
lines changed

core/base/common/welcomeMsg.inl

Lines changed: 9 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,53 +2,44 @@
22
// Julien Tierny <julien.tierny@sorbonne-universite.fr>
33
// January 2020.
44

5-
// "TTK (c) 2024"
5+
// "TTK (c) 2025"
66

77
printMsg(
88
debug::output::BOLD
9-
//+ " _____ _____ _ __ __ __ ____ ___ ____ _____"
10-
+ " _____ _____ _ __ __ __ ____ ___ ____ _ _"
9+
+ " _____ _____ _ __ __ __ ____ ___ ____ ____"
1110
+ debug::output::ENDCOLOR,
1211
debug::Priority::PERFORMANCE,
1312
debug::LineMode::NEW,
1413
stream);
1514
printMsg(debug::output::BOLD
16-
//+ "|_ _|_ _| |/ / / /__\\ \\ |___ \\ / _ "
17-
//"\\___ \\|___ /"
18-
+ "|_ _|_ _| |/ / / /__\\ \\ |___ \\ / _ "
19-
"\\___ \\| || |"
15+
+ "|_ _|_ _| |/ / / /__\\ \\ |___ \\ / _ "
16+
"\\___ \\| ___|"
2017
+ debug::output::ENDCOLOR,
2118
debug::Priority::PERFORMANCE,
2219
debug::LineMode::NEW,
2320
stream);
2421
printMsg(
2522
debug::output::BOLD
26-
//+ " | | | | | ' / | |/ __| | __) | | | |__) | |_
27-
//\\"
28-
+ " | | | | | ' / | |/ __| | __) | | | |__) | || |_"
23+
+ " | | | | | ' / | |/ __| | __) | | | |__) |___ \\"
2924
+ debug::output::ENDCOLOR,
3025
debug::Priority::PERFORMANCE,
3126
debug::LineMode::NEW,
3227
stream);
3328
printMsg(
3429
debug::output::BOLD
35-
// + " | | | | | . \\ | | (__| | / __/| |_| / __/
36-
// ___) |"
37-
+ " | | | | | . \\ | | (__| | / __/| |_| / __/|__ _|"
30+
+ " | | | | | . \\ | | (__| | / __/| |_| / __/ ___) |"
3831
+ debug::output::ENDCOLOR,
3932
debug::Priority::PERFORMANCE,
4033
debug::LineMode::NEW,
4134
stream);
4235
printMsg(debug::output::BOLD
43-
// + " |_| |_| |_|\\_\\ | |\\___| | "
44-
// "|_____|\\___/_____|____/"
45-
+ " |_| |_| |_|\\_\\ | |\\___| | "
46-
"|_____|\\___/_____| |_|"
36+
+ " |_| |_| |_|\\_\\ | |\\___| | "
37+
"|_____|\\___/_____|____/"
4738
+ debug::output::ENDCOLOR,
4839
debug::Priority::PERFORMANCE,
4940
debug::LineMode::NEW,
5041
stream);
51-
printMsg(debug::output::BOLD + " \\_\\ /_/"
42+
printMsg(debug::output::BOLD + " \\_\\ /_/"
5243
+ debug::output::ENDCOLOR,
5344
debug::Priority::PERFORMANCE,
5445
debug::LineMode::NEW,

0 commit comments

Comments
 (0)