Exerpad

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