aboutsummaryrefslogtreecommitdiff
path: root/day2/Cargo.toml
diff options
context:
space:
mode:
authorJosh Kingsley <josh@joshkingsley.me>2025-12-04 00:03:03 +0200
committerJosh Kingsley <josh@joshkingsley.me>2025-12-04 00:04:51 +0200
commita488f089c49bb2ce1f43ce966e5f2921c0f6e72c (patch)
treeffe01859552c413ee0b7549cc9af304bdb84d0ad /day2/Cargo.toml
parent1496f52e32378d140a3b4680764d98caf512fbf1 (diff)
Day 2, part 1 solve
Diffstat (limited to 'day2/Cargo.toml')
-rw-r--r--day2/Cargo.toml6
1 files changed, 6 insertions, 0 deletions
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]