mirror of
https://github.com/rust-lang/rustlings.git
synced 2026-01-05 10:19:18 +00:00
8 lines
161 B
Markdown
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)
|