feat: print ln
This commit is contained in:
@@ -200,7 +200,7 @@ pub fn zeroize(object: impl Zeroize) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
pub fn read_line(ln: &str) {
|
pub fn read_line(ln: &str) {
|
||||||
print!("{}", ln);
|
print_ex!("{}", ln);
|
||||||
io::stdout().flush().ok();
|
io::stdout().flush().ok();
|
||||||
let mut buff = String::new();
|
let mut buff = String::new();
|
||||||
let _ = io::stdin().read_line(&mut buff).expect("Read line from stdin");
|
let _ = io::stdin().read_line(&mut buff).expect("Read line from stdin");
|
||||||
|
|||||||
Reference in New Issue
Block a user