aboutsummaryrefslogtreecommitdiff
path: root/2020/day02/Cargo.lock
diff options
context:
space:
mode:
authorjacopograndi <jacopo.grandi@outlook.it>2022-08-01 22:51:56 +0200
committerjacopograndi <jacopo.grandi@outlook.it>2022-08-01 22:51:56 +0200
commitfd7a3e47a5411ac81f7e9cc2e8b18e66cf2dc224 (patch)
tree08adc155ce64710b81d15a673cf7ac900f5e0ea7 /2020/day02/Cargo.lock
parentc9cff7bc7723cb06807dee5c8e803fa8a0bba76f (diff)
day02
Diffstat (limited to '2020/day02/Cargo.lock')
-rw-r--r--2020/day02/Cargo.lock7
1 files changed, 7 insertions, 0 deletions
diff --git a/2020/day02/Cargo.lock b/2020/day02/Cargo.lock
new file mode 100644
index 0000000..52d399b
--- /dev/null
+++ b/2020/day02/Cargo.lock
@@ -0,0 +1,7 @@
+# This file is automatically @generated by Cargo.
+# It is not intended for manual editing.
+version = 3
+
+[[package]]
+name = "day02"
+version = "0.1.0"