From d15410a36b1c66b139aa817d94622f78fa343575 Mon Sep 17 00:00:00 2001 From: Yulia Novikova Date: Fri, 13 Oct 2023 11:09:02 +0200 Subject: [PATCH] a new joke added --- api/awesome.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/api/awesome.rs b/api/awesome.rs index 8b69a31..35735bc 100644 --- a/api/awesome.rs +++ b/api/awesome.rs @@ -41,6 +41,7 @@ fn get_joke() -> String { "

what does a vegetarian zombie eat? GRAINNSS

", "

did you hear the one about the vacuum? it sucks.

", "

I made a pun about wind, but it blows

", +

How do snails get their shells so shiny? _snail polish_

]; return pick_random_string(&list_of_jokes); }