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