Compare commits

..

No commits in common. "c046c78f085bd387efa33b9ed14be43ceaacace5" and "1cf168ec71b8b091c4acbb1587c71f4de14a7347" have entirely different histories.

2 changed files with 0 additions and 3 deletions

View File

@ -1,6 +1,5 @@
#![feature(let_chains)] #![feature(let_chains)]
#![feature(decl_macro)] #![feature(decl_macro)]
#![feature(iter_array_chunks)]
pub mod days; pub mod days;
pub mod utils; pub mod utils;

View File

@ -5,5 +5,3 @@ pub use std::{
collections::{ HashMap as M, HashSet as S }, collections::{ HashMap as M, HashSet as S },
cmp::Ordering as Or, cmp::Ordering as Or,
}; };
pub type SS = &'static str;