added skip system info flag, and ran clippy

This commit is contained in:
2026-03-24 16:40:03 +01:00
parent 03b1b54299
commit 88806c8822
4 changed files with 19 additions and 13 deletions

View File

@@ -4,7 +4,7 @@ pub mod benchmark;
pub mod slimes;
pub fn application_header() -> &'static str {
let ascii_art = r#"
r#"
.---.
.' '. < CPU SLIME >
/ ^ ^ \
@@ -12,7 +12,7 @@ pub fn application_header() -> &'static str {
| |
\ /
'._____.'
"#;
// println!("{}", ascii_art.bright_green().bold());
ascii_art
"#
// .bright_green()
// .bold()
}