this post was submitted on 23 Dec 2024
15 points (89.5% liked)
Rust
6316 readers
51 users here now
Welcome to the Rust community! This is a place to discuss about the Rust programming language.
Wormhole
Credits
- The icon is a modified version of the official rust logo (changing the colors to a gradient and black background)
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
In what scenario could the first character be a newline character? I think that if-statement may be unnecessary, but I never use raw user input like you are here.
If the user only presses Enter then the first character would be "\n".