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) 2023"
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 "\\___ \\|___ /"
17 + debug::output::ENDCOLOR,
18 debug::Priority::PERFORMANCE,
19 debug::LineMode::NEW,
20 stream);
22 debug::output::BOLD
23 + " | | | | | ' / | |/ __| | __) | | | |__) | |_ \\"
24 + debug::output::ENDCOLOR,
25 debug::Priority::PERFORMANCE,
26 debug::LineMode::NEW,
27 stream);
29 debug::output::BOLD
30 + " | | | | | . \\ | | (__| | / __/| |_| / __/ ___) |"
31 + debug::output::ENDCOLOR,
32 debug::Priority::PERFORMANCE,
33 debug::LineMode::NEW,
34 stream);
35printMsg(debug::output::BOLD
36 + " |_| |_| |_|\\_\\ | |\\___| | "
37 "|_____|\\___/_____|____/"
38 + debug::output::ENDCOLOR,
39 debug::Priority::PERFORMANCE,
40 debug::LineMode::NEW,
41 stream);
42printMsg(debug::output::BOLD + " \\_\\ /_/"
43 + debug::output::ENDCOLOR,
44 debug::Priority::PERFORMANCE,
45 debug::LineMode::NEW,
46 stream);
47
48printMsg(debug::output::BOLD + "Welcome!" + debug::output::ENDCOLOR,
49 debug::Priority::PERFORMANCE,
50 debug::LineMode::NEW,
51 stream);
printMsg(debug::output::BOLD+" _____ _____ _ __ __ __ ____ ___ ____ _____"+debug::output::ENDCOLOR, debug::Priority::PERFORMANCE, debug::LineMode::NEW, stream)