diff options
author | Starfall <us@starfall.systems> | 2023-12-05 12:22:10 -0600 |
---|---|---|
committer | Starfall <us@starfall.systems> | 2023-12-05 12:25:49 -0600 |
commit | cfda64d4e0ac69eac5fcc3898f126d3b505b8426 (patch) | |
tree | 101920c07da59da4802d73c9906885efa1f996a5 /aoc2023/day1/Cargo.lock | |
parent | 90058697439ee3f048f0f42b61ca5ea677e9b5cc (diff) |
aoc2023: day 1 solution
Diffstat (limited to 'aoc2023/day1/Cargo.lock')
-rw-r--r-- | aoc2023/day1/Cargo.lock | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/aoc2023/day1/Cargo.lock b/aoc2023/day1/Cargo.lock new file mode 100644 index 0000000..ae5bfe8 --- /dev/null +++ b/aoc2023/day1/Cargo.lock @@ -0,0 +1,7 @@ +# This file is automatically @generated by Cargo. +# It is not intended for manual editing. +version = 3 + +[[package]] +name = "day1" +version = "0.1.0" |