From 066c02d04ea46a387f7c08b3f5b7eec8fa8d783c Mon Sep 17 00:00:00 2001 From: Tom van der Lee Date: Thu, 5 Dec 2024 08:44:26 +0100 Subject: Day4 --- day4/Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 day4/Cargo.toml (limited to 'day4/Cargo.toml') diff --git a/day4/Cargo.toml b/day4/Cargo.toml new file mode 100644 index 0000000..3161844 --- /dev/null +++ b/day4/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "day4" +version = "0.1.0" +edition = "2021" + +[dependencies] +aoc = { path = "../aoc" } +regex = "1.11.1" -- cgit v1.2.3