From a488f089c49bb2ce1f43ce966e5f2921c0f6e72c Mon Sep 17 00:00:00 2001 From: Josh Kingsley Date: Thu, 4 Dec 2025 00:03:03 +0200 Subject: Day 2, part 1 solve --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index b512d30..d8418cc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,3 +1,3 @@ [workspace] resolver = "3" -members = ["day1"] +members = ["day1", "day2"] -- cgit v1.2.3