aboutsummaryrefslogtreecommitdiff
path: root/2023/day-03/Cargo.lock
diff options
context:
space:
mode:
authorMatias Linares <matias@deprecated.org>2023-12-04 09:58:27 -0300
committerMatias Linares <matias@deprecated.org>2023-12-04 09:58:27 -0300
commita73cbbc18cb365cfcb069cb712f55dc30325c974 (patch)
tree54738c0ae78e31a2bf6030cf51b37eddc43c4aa9 /2023/day-03/Cargo.lock
parenta4e55ef3c10e2de2fd47e2b8b0042e7db790d937 (diff)
downloadadvent-of-code-a73cbbc18cb365cfcb069cb712f55dc30325c974.tar.gz
[WIP] day3 part1HEADmaster
Diffstat (limited to '2023/day-03/Cargo.lock')
-rw-r--r--2023/day-03/Cargo.lock7
1 files changed, 7 insertions, 0 deletions
diff --git a/2023/day-03/Cargo.lock b/2023/day-03/Cargo.lock
new file mode 100644
index 0000000..17695b0
--- /dev/null
+++ b/2023/day-03/Cargo.lock
@@ -0,0 +1,7 @@
+# This file is automatically @generated by Cargo.
+# It is not intended for manual editing.
+version = 3
+
+[[package]]
+name = "day-03"
+version = "0.1.0"