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) 2026"
6
8 debug::output::BOLD
9 + " _____ _____ _ __ __ __ ____ ___ ____ __"
10 + debug::output::ENDCOLOR,
11 debug::Priority::PERFORMANCE,
12 debug::LineMode::NEW,
13 stream);
14printMsg(debug::output::BOLD
15 + "|_ _|_ _| |/ / / /__\\ \\ |___ \\ / _ \\___ \\ / /_"
16 + debug::output::ENDCOLOR,
17 debug::Priority::PERFORMANCE,
18 debug::LineMode::NEW,
19 stream);
21 debug::output::BOLD
22 + " | | | | | ' / | |/ __| | __) | | | |__) | '_ \\"
23 + debug::output::ENDCOLOR,
24 debug::Priority::PERFORMANCE,
25 debug::LineMode::NEW,
26 stream);
28 debug::output::BOLD
29 + " | | | | | . \\ | | (__| | / __/| |_| / __/| (_) |"
30 + debug::output::ENDCOLOR,
31 debug::Priority::PERFORMANCE,
32 debug::LineMode::NEW,
33 stream);
34printMsg(debug::output::BOLD
35 + " |_| |_| |_|\\_\\ | |\\___| | |_____|\\___/_____|\\___/"
36 + debug::output::ENDCOLOR,
37 debug::Priority::PERFORMANCE,
38 debug::LineMode::NEW,
39 stream);
40printMsg(debug::output::BOLD + " \\_\\ /_/"
41 + debug::output::ENDCOLOR,
42 debug::Priority::PERFORMANCE,
43 debug::LineMode::NEW,
44 stream);
45
46printMsg(debug::output::BOLD + "Welcome!" + debug::output::ENDCOLOR,
47 debug::Priority::PERFORMANCE,
48 debug::LineMode::NEW,
49 stream);
printMsg(debug::output::BOLD+" | | | | | . \\ | | (__| | / __/| |_| / __/| (_) |"+debug::output::ENDCOLOR, debug::Priority::PERFORMANCE, debug::LineMode::NEW, stream)