Exerpad

Mad Libs

Build a silly sentence using variables and format!() or println!().

Create variables for an animal, a color, and a food, then print:

text
The blue cat went to the store to buy pizza.
rust
fn main() {
}