Browse Source

feat: add Patrick Star quotes

main
fdai7374 2 years ago
parent
commit
2db96b8745
  1. 4
      src/builtins/quote.rs

4
src/builtins/quote.rs

@ -34,6 +34,10 @@ const QUOTES: &[(&str, &str)] = &[
("If a tax cut increases government revenues, you haven't cut taxes enough.", "Milton Friedman"),
("The true test of any scholar's work is not what his contemporaries say, but what happens to his work in the next 25 or 50 years. And the thing that I will really be proud of is if some of the work I have done is still cited in the text books long after I am gone.", "Milton Friedman"),
("I’m in favor of legalizing drugs. According to my values system, if people want to kill themselves, they have every right to do so. Most of the harm that comes from drugs is because they are illegal.", "Milton Friedman"),
("Is mayonnaise an instrument?", "Patrick Star"),
("I can't see my forehead!", "Patrick Star"),
("I wumbo, you wumbo, he she we wumbo.", "Patrick Star"),
("My parents think I'm dumb more than a sack of diapers.", "Patrick Star"),
];
impl Builtin for Quote {

Loading…
Cancel
Save