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");