-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.rs
19 lines (19 loc) · 1.04 KB
/
main.rs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
fn main() {
println!("Welcome to the Official Njord Documentation!");
println!("============================================");
println!(" ~. ");
println!(" Ya...___|__..ab. . . ");
println!(" Y88b \\88b \\88b ( ) ");
println!(" Y88b :88b :88b `.oo' ");
println!(" :888 |888 |888 ( (`-' ");
println!(" .---. d88P ;88P ;88P `.`. ");
println!(" / .-._) d8P-\"\"\"|\"\"\"'-Y8P `.`. ");
println!(" ( (`._) .-. .-. |.-. .-. .-. ) ) ");
println!(" \\ `---( O )( O )( O )( O )( O )-' / ");
println!(" `. `-' `-' `-' `-' `-' .' ");
println!(" `---------------------------' ");
println!("============================================");
println!(" ~~~~~~~~~~~~~~~~~~~~~~ ");
println!(" ~~~~~~~~~~~~~~~~~~~~~~~~~~ ");
println!(" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ");
}