From 08a314485e7a76adcc87d8d9b1bdd0c164f90b49 Mon Sep 17 00:00:00 2001 From: Ryan Montgomery <44453666+0dayCTF@users.noreply.github.com> Date: Wed, 30 Jun 2021 20:06:54 -0400 Subject: [PATCH] Update tui.rs added a quote --- src/tui.rs | 1 + 1 file changed, 1 insertion(+) 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();