Skip to content

Commit

Permalink
Removed print message
Browse files Browse the repository at this point in the history
  • Loading branch information
iByteABit256 authored Apr 12, 2023
1 parent 5ce9bc8 commit 536bc40
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ fn main() {
let args = Args::parse();
let country_code = args.country_code;
let iterations = args.number_of_mrns;

println!("Here are your MRN(s)\n");

for _ in 0..iterations {
let mrn: &str = &generate_random_mrn(&country_code);
println!("{mrn}");
Expand Down

0 comments on commit 536bc40

Please # to comment.