From 646145dd10b3a9549f82b237ee46726d728d3631 Mon Sep 17 00:00:00 2001 From: Josh Kingsley Date: Mon, 1 Dec 2025 14:57:26 +0200 Subject: Add day1 with Rotation struct and tests --- day1/Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 day1/Cargo.toml (limited to 'day1/Cargo.toml') diff --git a/day1/Cargo.toml b/day1/Cargo.toml new file mode 100644 index 0000000..8ffbbfb --- /dev/null +++ b/day1/Cargo.toml @@ -0,0 +1,6 @@ +[package] +name = "day1" +version = "0.1.0" +edition = "2024" + +[dependencies] -- cgit v1.2.3