From d9f75874286665acce7b424a97946217d5cb4c55 Mon Sep 17 00:00:00 2001 From: waffle Date: Mon, 26 Aug 2024 02:54:23 +0200 Subject: [PATCH] meow in the quotes --- src/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.rs b/src/main.rs index 79a230e..1729794 100644 --- a/src/main.rs +++ b/src/main.rs @@ -23,6 +23,7 @@ async fn main() -> Result<()> { let quotes = [ "Quickness is the essence of the war. ~ Sun Tsu", "Pretend inferiority and encourage his arrogance. ~ Sun Tsu", + "meow. ~ wffl", ]; ensure!(!quotes.is_empty(), "Quotes are empty");