Exerpad
🔥0
0 XP
Lv.1 Beginner
Log In

Hello Name

Read a name from the user and greet them with Hello, {name}!.

Example: If the user types Alice, your program should print Hello, Alice!.

rust
fn main() {
}