Improve output
This commit is contained in:
parent
b645f60d35
commit
ea05e3ae49
|
@ -57,7 +57,7 @@ fn num_matches(t1: Ticket, t2: Ticket) -> usize {
|
|||
}
|
||||
|
||||
fn main() -> Result<(), anyhow::Error> {
|
||||
println!("Parsing entries");
|
||||
println!("Parsing entries from stdin...");
|
||||
|
||||
let reader = BufReader::new(stdin());
|
||||
let mut entries = Vec::with_capacity(NUM_ENTRIES);
|
||||
|
|
Loading…
Reference in a new issue