aboutsummaryrefslogtreecommitdiff
path: root/2022/rust/day02/Cargo.lock
diff options
context:
space:
mode:
authorj-james2022-12-03 02:39:47 +0000
committerj-james2022-12-03 02:39:47 +0000
commitf5f940c52b38a5e17092f5896dc2fc13e8443478 (patch)
tree433ebcfee2ea54432734b44d8f51f95fc5ac8a69 /2022/rust/day02/Cargo.lock
parent13b3ae4211631c74b9249a6033869f75e036fad2 (diff)
Day Two
Diffstat (limited to '2022/rust/day02/Cargo.lock')
-rw-r--r--2022/rust/day02/Cargo.lock7
1 files changed, 7 insertions, 0 deletions
diff --git a/2022/rust/day02/Cargo.lock b/2022/rust/day02/Cargo.lock
new file mode 100644
index 0000000..52d399b
--- /dev/null
+++ b/2022/rust/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"