diff --git a/src/tui.rs b/src/tui.rs index e06129b61..de5b8bcd6 100644 --- a/src/tui.rs +++ b/src/tui.rs @@ -72,6 +72,7 @@ macro_rules! funny_opening { "Real hackers hack time ⌛", "Please contribute more quotes to our GitHub https://github.com/rustscan/rustscan", "😵 https://admin.tryhackme.com", + "0day was here ♥", ]; let random_quote = quotes.choose(&mut rand::thread_rng()).unwrap();