|
|
|
|
|
by sans-seraph
727 days ago
|
|
> Most serious programs will use write() and then check the return value. Similarly in Rust, serious programs will use writeln rather than println, and will receive the standard compiler warning if the Result produced by writeln is ignored. |
|