From 8413b33de2ad1f02b91b114b356adc68b9339967 Mon Sep 17 00:00:00 2001 From: Josh Kingsley Date: Mon, 1 Dec 2025 13:18:08 +0200 Subject: Initial commit --- .gitignore | 1 + Cargo.toml | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 .gitignore create mode 100644 Cargo.toml diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a6f89c2 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/target/ \ No newline at end of file diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..b512d30 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,3 @@ +[workspace] +resolver = "3" +members = ["day1"] -- cgit v1.2.3