feat: initial commit

This commit is contained in:
2023-11-29 22:00:59 +01:00
committed by Matej Janežič
commit 000000003b
17 changed files with 1516 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
/data/inputs/*
!/data/inputs/.keep