Exerpad

Favorite Number

Create a variable called number that stores your favorite number, then print it.

Your output should be:

text
My favorite number is 7
rust
fn main() {
}