Exerpad
🔥0
0 XP
Lv.1 Beginner
Log In

Three Facts

Create three variables: name (a string), age (a number), and city (a string). Print each one on its own line.

Your output should be:

text
Alex
10
Paris
rust
fn main() {
}