Simplify artwork [skip ci]

next
Sayan Nandan 3 years ago
parent bae2b8354c
commit 3a363d18cb

@ -72,7 +72,13 @@ use jemallocator::Jemalloc;
static GLOBAL: Jemalloc = Jemalloc; static GLOBAL: Jemalloc = Jemalloc;
/// The terminal art for `!noart` configurations /// The terminal art for `!noart` configurations
static TEXT: &str = "\n█████████ ██ ██  ██ ████████  █████  ██████  ██  ███████ \n████ ██   ██  ██     ██    ██   ██ ██   ██ ██  ██      \n████████████  ████   ██  ███████ ██████  ██  █████  \n██████  ██   ██  ██   ██ ██   ██ ██  ██     \n█████████ ██  ██  ██  ██  ██ ██████  ███████ ███████ \n "; const TEXT: &str = "
";
fn main() { fn main() {
Builder::new() Builder::new()

Loading…
Cancel
Save