From a69f1e59006b6fd5709e470d9f5af54879cffde4 Mon Sep 17 00:00:00 2001 From: Josh Kingsley Date: Thu, 4 Dec 2025 14:33:59 +0200 Subject: Day 3: parse input --- day3/Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 day3/Cargo.toml (limited to 'day3/Cargo.toml') diff --git a/day3/Cargo.toml b/day3/Cargo.toml new file mode 100644 index 0000000..5111c7d --- /dev/null +++ b/day3/Cargo.toml @@ -0,0 +1,6 @@ +[package] +name = "day3" +version = "0.1.0" +edition = "2024" + +[dependencies] -- cgit v1.2.3