minicrossterm/examples/program_examples/first_depth_search/src/messages.rs

9 lines
424 B
Rust
Raw Normal View History

pub const WELCOME_MESSAGE: [&str; 6] = [
"__ __ .__ __ ",
"/ \\ / \\ ____ | | | | ______ _____ ____ ",
"\\ \\/\\/ // __ \\| | | |/ / _ \\ / \\_/ __ \\ ",
" \\ /\\ ___/| |_| < <_> ) Y Y \\ ___/ ",
" \\__/\\ / \\___ >____/__|_ \\____/|__|_| /\\___ > ",
" \\/ \\/ \\/ \\/ \\/ ",
];