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