base lib with cpu benchmark and basic cli
This commit is contained in:
18
src/lib.rs
Normal file
18
src/lib.rs
Normal file
@@ -0,0 +1,18 @@
|
||||
// use colored::Colorize;
|
||||
|
||||
mod benchmark;
|
||||
mod slimes;
|
||||
|
||||
pub fn application_header() -> &'static str {
|
||||
let ascii_art = r#"
|
||||
.---.
|
||||
.' '. < CPU SLIME >
|
||||
/ ^ ^ \
|
||||
: v : (Benchmarking)
|
||||
| |
|
||||
\ /
|
||||
'._____.'
|
||||
"#;
|
||||
// println!("{}", ascii_art.bright_green().bold());
|
||||
ascii_art
|
||||
}
|
||||
Reference in New Issue
Block a user