cleanup: day 15

This commit is contained in:
YK 2024-11-27 00:05:26 +03:00
parent c8a2ebffc4
commit 728a14855a

View File

@ -1,3 +1,4 @@
#![allow(unused_imports)]
use crate::prelude::*;
pub type I = Vec<(usize, usize)>;