Three Lines
Print three lines: a name, an age, and a favorite animal.
Your output should look exactly like this:
text
Alex 10 cat
rust
fn main() {
}
Print three lines: a name, an age, and a favorite animal.
Your output should look exactly like this:
Alex 10 cat