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 --- day2/Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 day2/Cargo.toml (limited to 'day2/Cargo.toml') diff --git a/day2/Cargo.toml b/day2/Cargo.toml new file mode 100644 index 0000000..6c22320 --- /dev/null +++ b/day2/Cargo.toml @@ -0,0 +1,6 @@ +[package] +name = "day2" +version = "0.1.0" +edition = "2024" + +[dependencies] -- cgit v1.2.3