Initial commit with days 1, 2, and 3

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
2021-12-03 12:36:35 -08:00
commit adb46f38a8
8 changed files with 4326 additions and 0 deletions

11
README.md Normal file
View File

@@ -0,0 +1,11 @@
# Advent of code 2021
You should be able to run any of them by cd'ing into the directory and executing the script and
passing the input file in through STDIN.
Example:
```
cd day02
./day02.py < input.txt
```