minor rename
This commit is contained in:
parent
3c9e3dc907
commit
af97b37e51
1 changed files with 6 additions and 6 deletions
|
@ -1,10 +1,10 @@
|
||||||
pub fn print_splash() {
|
pub fn print_splash() {
|
||||||
println!("
|
println!("
|
||||||
██████╗ █████╗ ███╗ ███╗███████╗██╗ ██╗ ██╗ ██╗ █████╗ ██████╗ ███████╗
|
██╗ ██╗██╗ ██████╗██╗ ██╗███████╗██████╗ ██╗ ██╗ █████╗ ██╗███████╗██╗ ██╗███████╗ ██████╗ ███████╗
|
||||||
██╔════╝██╔══██╗████╗ ████║██╔════╝██║ ██║ ╚██╗ ██╔╝██╔══██╗ ██╔══██╗██╔════╝
|
██║ ██║██║██╔════╝██║ ██╔╝██╔════╝██╔══██╗ ██║ ██║██╔══██╗██║██╔════╝██║ ██║██╔════╝ ██╔══██╗██╔════╝
|
||||||
██║ ███████║██╔████╔██║█████╗ ██║ ██║ ╚████╔╝ ███████║ ██████╔╝███████╗
|
██║ █╗ ██║██║██║ █████╔╝ █████╗ ██║ ██║ ██║ █╗ ██║███████║██║█████╗ ██║ ██║███████╗ ██████╔╝███████╗
|
||||||
██║ ██╔══██║██║╚██╔╝██║██╔══╝ ██║ ██║ ╚██╔╝ ██╔══██║ ██╔═══╝ ╚════██║
|
██║███╗██║██║██║ ██╔═██╗ ██╔══╝ ██║ ██║ ██║███╗██║██╔══██║██║██╔══╝ ██║ ██║╚════██║ ██╔═══╝ ╚════██║
|
||||||
╚██████╗██║ ██║██║ ╚═╝ ██║███████╗███████╗███████╗██║ ██║ ██║ ██║ ███████║
|
╚███╔███╔╝██║╚██████╗██║ ██╗███████╗██████╔╝ ╚███╔███╔╝██║ ██║██║██║ ╚██████╔╝███████║ ██║ ███████║
|
||||||
╚═════╝╚═╝ ╚═╝╚═╝ ╚═╝╚══════╝╚══════╝╚══════╝╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚══════╝
|
╚══╝╚══╝ ╚═╝ ╚═════╝╚═╝ ╚═╝╚══════╝╚═════╝ ╚══╝╚══╝ ╚═╝ ╚═╝╚═╝╚═╝ ╚═════╝ ╚══════╝ ╚═╝ ╚══════╝
|
||||||
");
|
");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue