cleanup
This commit is contained in:
@@ -1,10 +1,5 @@
|
||||
use std::collections::HashSet;
|
||||
|
||||
use rand::{
|
||||
prelude::ThreadRng,
|
||||
seq::{IndexedRandom, SliceRandom},
|
||||
};
|
||||
|
||||
fn main() {
|
||||
let content = std::fs::read_to_string("input.txt").unwrap();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user