Exerpad

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() {
}