|
2 | 2 | // Julien Tierny <julien.tierny@sorbonne-universite.fr> |
3 | 3 | // January 2020. |
4 | 4 |
|
5 | | -// "TTK (c) 2024" |
| 5 | +// "TTK (c) 2025" |
6 | 6 |
|
7 | 7 | printMsg( |
8 | 8 | debug::output::BOLD |
9 | | - //+ " _____ _____ _ __ __ __ ____ ___ ____ _____" |
10 | | - + " _____ _____ _ __ __ __ ____ ___ ____ _ _" |
| 9 | + + " _____ _____ _ __ __ __ ____ ___ ____ ____" |
11 | 10 | + debug::output::ENDCOLOR, |
12 | 11 | debug::Priority::PERFORMANCE, |
13 | 12 | debug::LineMode::NEW, |
14 | 13 | stream); |
15 | 14 | printMsg(debug::output::BOLD |
16 | | - //+ "|_ _|_ _| |/ / / /__\\ \\ |___ \\ / _ " |
17 | | - //"\\___ \\|___ /" |
18 | | - + "|_ _|_ _| |/ / / /__\\ \\ |___ \\ / _ " |
19 | | - "\\___ \\| || |" |
| 15 | + + "|_ _|_ _| |/ / / /__\\ \\ |___ \\ / _ " |
| 16 | + "\\___ \\| ___|" |
20 | 17 | + debug::output::ENDCOLOR, |
21 | 18 | debug::Priority::PERFORMANCE, |
22 | 19 | debug::LineMode::NEW, |
23 | 20 | stream); |
24 | 21 | printMsg( |
25 | 22 | debug::output::BOLD |
26 | | - //+ " | | | | | ' / | |/ __| | __) | | | |__) | |_ |
27 | | - //\\" |
28 | | - + " | | | | | ' / | |/ __| | __) | | | |__) | || |_" |
| 23 | + + " | | | | | ' / | |/ __| | __) | | | |__) |___ \\" |
29 | 24 | + debug::output::ENDCOLOR, |
30 | 25 | debug::Priority::PERFORMANCE, |
31 | 26 | debug::LineMode::NEW, |
32 | 27 | stream); |
33 | 28 | printMsg( |
34 | 29 | debug::output::BOLD |
35 | | - // + " | | | | | . \\ | | (__| | / __/| |_| / __/ |
36 | | - // ___) |" |
37 | | - + " | | | | | . \\ | | (__| | / __/| |_| / __/|__ _|" |
| 30 | + + " | | | | | . \\ | | (__| | / __/| |_| / __/ ___) |" |
38 | 31 | + debug::output::ENDCOLOR, |
39 | 32 | debug::Priority::PERFORMANCE, |
40 | 33 | debug::LineMode::NEW, |
41 | 34 | stream); |
42 | 35 | printMsg(debug::output::BOLD |
43 | | - // + " |_| |_| |_|\\_\\ | |\\___| | " |
44 | | - // "|_____|\\___/_____|____/" |
45 | | - + " |_| |_| |_|\\_\\ | |\\___| | " |
46 | | - "|_____|\\___/_____| |_|" |
| 36 | + + " |_| |_| |_|\\_\\ | |\\___| | " |
| 37 | + "|_____|\\___/_____|____/" |
47 | 38 | + debug::output::ENDCOLOR, |
48 | 39 | debug::Priority::PERFORMANCE, |
49 | 40 | debug::LineMode::NEW, |
50 | 41 | stream); |
51 | | -printMsg(debug::output::BOLD + " \\_\\ /_/" |
| 42 | +printMsg(debug::output::BOLD + " \\_\\ /_/" |
52 | 43 | + debug::output::ENDCOLOR, |
53 | 44 | debug::Priority::PERFORMANCE, |
54 | 45 | debug::LineMode::NEW, |
|
0 commit comments