From b7e2fe6160280472a625a8867ea5177b0155737c Mon Sep 17 00:00:00 2001 From: mathiasmagnusson Date: Sun, 11 Dec 2022 23:04:39 +0100 Subject: Aoc day 6, 7 & 8 --- aoc22/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'aoc22/Cargo.toml') diff --git a/aoc22/Cargo.toml b/aoc22/Cargo.toml index f712e2b..e2032ea 100644 --- a/aoc22/Cargo.toml +++ b/aoc22/Cargo.toml @@ -4,4 +4,6 @@ members = [ "lib", "day1", "day2", + "day7", + "day8", ] -- cgit v1.2.3