Removed unused dependency
Signed-off-by: Louis Vallat <louis@louis-vallat.xyz>
This commit is contained in:
parent
711d65424a
commit
cf1de29416
@ -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};
|
use rand::{seq::SliceRandom, prelude::ThreadRng};
|
||||||
|
|
||||||
fn read_input(path: &str) -> String {
|
fn read_input(path: &str) -> String {
|
||||||
|
Loading…
Reference in New Issue
Block a user