Removed unused dependency

Signed-off-by: Louis Vallat <louis@louis-vallat.xyz>
This commit is contained in:
Louis Vallat 2022-02-06 10:52:30 +01:00
parent 711d65424a
commit cf1de29416
No known key found for this signature in database
GPG Key ID: 0C87282F76E61283

View File

@ -1,4 +1,4 @@
use std::{fs, env, collections::{HashMap, HashSet}, time::Instant};
use std::{fs, env, collections::{HashMap, HashSet}};
use rand::{seq::SliceRandom, prelude::ThreadRng};
fn read_input(path: &str) -> String {