Initial commit

This commit is contained in:
2023-01-24 15:30:14 +01:00
commit 000000000a
15 changed files with 1693 additions and 0 deletions

16
.gitignore vendored Normal file
View File

@@ -0,0 +1,16 @@
# Generated by Cargo
# will have compiled files and executables
debug/
target/
# These are backup files generated by rustfmt
**/*.rs.bk
# aoc-template
# env vars
.env
# downloaded inputs
/src/inputs/*
!/src/inputs/.keep