From d4fcb8a4a815ce8c888c3e06330e9cff71e3c312 Mon Sep 17 00:00:00 2001 From: mathiasmagnusson Date: Mon, 12 Dec 2022 22:33:07 +0100 Subject: Day 10 --- aoc22/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'aoc22/Cargo.toml') diff --git a/aoc22/Cargo.toml b/aoc22/Cargo.toml index 3a94d1d..70b383e 100644 --- a/aoc22/Cargo.toml +++ b/aoc22/Cargo.toml @@ -7,4 +7,5 @@ members = [ "day7", "day8", "day9", + "day10", ] -- cgit v1.2.3