removed unnessecary import

This commit is contained in:
2025-12-09 22:36:21 +01:00
parent f91772c4bf
commit 7ffccf5e5e

View File

@@ -1,4 +1,3 @@
use std::os::macos::raw::stat;
pub fn solve(puzzle: String) -> u64 {
let (ranges, values) = puzzle.split_once("\n\n").unwrap();