Files
adventofcode-2021/README.md
2021-12-03 12:36:35 -08:00

12 lines
211 B
Markdown

# 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
```