Ishan Jain
1c007bf639
1. Used the version from https://github.com/0e4ef622/aoc/blob/master/2023/day05/src/solution.rs 2. reduced allocations, in place updates to seed array |
||
---|---|---|
src | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
README.md |
AOC 2023
My solutions for Advent of Code 2023!
How to run?
Run cargo r --release --bin d1-1
to run day 1 part 1.