Go to file
2022-12-22 17:00:09 +01:00
2021 Add 2021 day 5. 2022-12-07 18:41:39 +01:00
2022 Update day 22. 2022-12-22 17:00:09 +01:00
.gitignore Initial commit. 2022-12-01 19:10:40 +01:00
README.md Day 3. 2022-12-03 11:42:09 +01:00
run.ps1 Add all tests from previous days. 2022-12-19 22:32:15 +01:00
setup.cfg Day 2. 2022-12-02 09:12:49 +01:00

Advent Of Code

To run any script, you need to pipe the input:

cat 2022/inputs/day2.txt | python 2022/day2.py