Exerpad
🔥 0
0 XP
Exercise 1 · Chapter: Input & Type ConversionRequired+50 XP

Echo

Read a word from the user and print it back exactly as they typed it.

Example: If the user types hello, your program should print hello.

rust
fn main() {
}
Output
Run your code to see the output here.