use stdin;
use crate::;
/// Read a line from standard input. The trailing newline will be consumed and trimmed.
///
/// ```txt
///
/// a b c
/// ```
/// Read a non-empty line from standard input. The trailing newline will be consumed and trimmed.
///
/// ```txt
///
/// a b c
/// ```