rustlings/exercises/stdio/README.md
2020-07-30 15:59:08 +05:00

8 lines
161 B
Markdown

### Stdio
Rust Supports STDIO i.e input from stdin and output to stdout and stderr
### Rust Book Section
[STDIO](https://doc.rust-lang.org/std/io/index.html)