We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1577f7c commit d764bd5Copy full SHA for d764bd5
1 file changed
src/main.rs
@@ -42,8 +42,9 @@ fn main() -> std::io::Result<()> {
42
let args: Vec<String> = env::args().collect();
43
let fast_mode = args.iter().any(|a| a == "--fast"); // If there is --fast, enable fast mode
44
let config = Config { fast: fast_mode };
45
-
+ if fast_mode {
46
println!("Fast mode enabled");
47
+ }
48
49
println!(r#"██████ ██████ ██████ ██ ██ █████
50
██ ██ ██ ██ ██████ ██
0 commit comments