From 57d36aafff123f2379c7665f7be85703af75a1b1 Mon Sep 17 00:00:00 2001 From: Shivesh Mandalia Date: Tue, 20 Dec 2022 16:55:43 +0000 Subject: refactor 01a and 01b using itertools --- day01b/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'day01b/Cargo.toml') diff --git a/day01b/Cargo.toml b/day01b/Cargo.toml index 4fcdb65..73ea6d0 100644 --- a/day01b/Cargo.toml +++ b/day01b/Cargo.toml @@ -7,3 +7,4 @@ edition = "2021" [dependencies] clap = { version = "3.2.20", features = ["derive"] } +itertools = "0.10.5" -- cgit v1.2.3