TTK
Loading...
Searching...
No Matches
welcomeMsg.inl
Go to the documentation of this file.
1// TTK Welcome message.
2// Julien Tierny <julien.tierny@sorbonne-universite.fr>
3// January 2020.
4
5// "TTK (c) 2024"
6
8 debug::output::BOLD
9 //+ " _____ _____ _ __ __ __ ____ ___ ____ _____"
10 + " _____ _____ _ __ __ __ ____ ___ ____ _ _"
11 + debug::output::ENDCOLOR,
12 debug::Priority::PERFORMANCE,
13 debug::LineMode::NEW,
14 stream);
15printMsg(debug::output::BOLD
16 //+ "|_ _|_ _| |/ / / /__\\ \\ |___ \\ / _ "
17 //"\\___ \\|___ /"
18 + "|_ _|_ _| |/ / / /__\\ \\ |___ \\ / _ "
19 "\\___ \\| || |"
20 + debug::output::ENDCOLOR,
21 debug::Priority::PERFORMANCE,
22 debug::LineMode::NEW,
23 stream);
25 debug::output::BOLD
26 //+ " | | | | | ' / | |/ __| | __) | | | |__) | |_
27 //\\"
28 + " | | | | | ' / | |/ __| | __) | | | |__) | || |_"
29 + debug::output::ENDCOLOR,
30 debug::Priority::PERFORMANCE,
31 debug::LineMode::NEW,
32 stream);
34 debug::output::BOLD
35 // + " | | | | | . \\ | | (__| | / __/| |_| / __/
36 // ___) |"
37 + " | | | | | . \\ | | (__| | / __/| |_| / __/|__ _|"
38 + debug::output::ENDCOLOR,
39 debug::Priority::PERFORMANCE,
40 debug::LineMode::NEW,
41 stream);
42printMsg(debug::output::BOLD
43 // + " |_| |_| |_|\\_\\ | |\\___| | "
44 // "|_____|\\___/_____|____/"
45 + " |_| |_| |_|\\_\\ | |\\___| | "
46 "|_____|\\___/_____| |_|"
47 + debug::output::ENDCOLOR,
48 debug::Priority::PERFORMANCE,
49 debug::LineMode::NEW,
50 stream);
51printMsg(debug::output::BOLD + " \\_\\ /_/"
52 + debug::output::ENDCOLOR,
53 debug::Priority::PERFORMANCE,
54 debug::LineMode::NEW,
55 stream);
56
57printMsg(debug::output::BOLD + "Welcome!" + debug::output::ENDCOLOR,
58 debug::Priority::PERFORMANCE,
59 debug::LineMode::NEW,
60 stream);
printMsg(debug::output::BOLD+" | | | | | . \\ | | (__| | / __/| |_| / __/|__ _|"+debug::output::ENDCOLOR, debug::Priority::PERFORMANCE, debug::LineMode::NEW, stream)