Exerpad
🔥0
0 XP
Lv.1 Beginner
Log In

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