From c6e42acff133105622c987eaa7b7499a6e236f0b Mon Sep 17 00:00:00 2001 From: Technoduck Date: Wed, 14 May 2025 00:09:41 -0400 Subject: [PATCH] new quote i guess --- src/rand_quote.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rand_quote.rs b/src/rand_quote.rs index 0ea33bb..02279d8 100644 --- a/src/rand_quote.rs +++ b/src/rand_quote.rs @@ -13,8 +13,8 @@ pub fn get_quote() -> &'static str { "If there's a deal meant for you, any wild place on earth will do.", "Live long and prosper.", "Prometheus they say brought gods fire down to man and we've caught it tamed it trained it since our history began.", -"Oh, so, wenn PETER PARKER eine Reizüberflutung hat, dann sind es \"Spidey-Sinne\", aber wenn ich es tue, ICH HABE AUTISM.", "Guess we are doing Rust now", +"If we want the rewards of being loved we have to submit to the mortifying ordeal of being known." ]; let mut rng = rand::thread_rng(); match vs.get(rng.gen_range(0..vs.len())) { -- 2.51.2