feat: prepare, solve, solve all

This commit is contained in:
2022-11-28 19:06:17 +01:00
parent 000000004c
commit 0000001094
10 changed files with 394 additions and 5 deletions

18
.gitignore vendored
View File

@@ -1,10 +1,18 @@
# Generated by Cargo
# will have compiled files and executables
/target/
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.lock
debug/
target/
# These are backup files generated by rustfmt
**/*.rs.bk
# aoc-template
# env vars
.env
# downloaded inputs
src/inputs/
!src/inputs/keep
src/test_inputs/
!src/test_inputs/keep