This commit is contained in:
timeshifter
2026-06-25 19:47:49 +02:00
parent b80d109839
commit badb2390bb
-5
View File
@@ -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();