summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorTomasz Kramkowski <tomasz@kramkow.ski>2024-12-01 11:59:08 +0000
committerTomasz Kramkowski <tomasz@kramkow.ski>2024-12-01 11:59:08 +0000
commit9c340e9288d5ad90fa7d582ccafc15c61e985246 (patch)
tree489049ae4aff78796e8827e3b0980a7d37cedacd /Cargo.lock
parent464400a609636cb8fd172610b4d5f391b2c0bb71 (diff)
downloadaoc2024-9c340e9288d5ad90fa7d582ccafc15c61e985246.tar.gz
aoc2024-9c340e9288d5ad90fa7d582ccafc15c61e985246.tar.xz
aoc2024-9c340e9288d5ad90fa7d582ccafc15c61e985246.zip
Day 1
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock7
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
new file mode 100644
index 0000000..5d41a28
--- /dev/null
+++ b/Cargo.lock
@@ -0,0 +1,7 @@
+# This file is automatically @generated by Cargo.
+# It is not intended for manual editing.
+version = 3
+
+[[package]]
+name = "aoc2024"
+version = "0.1.0"