This commit is contained in:
Mikaël Capelle
2022-12-03 11:42:09 +01:00
parent 228f7501bb
commit b8cb2cb0b9
5 changed files with 338 additions and 8 deletions

7
README.md Normal file
View File

@@ -0,0 +1,7 @@
# Advent Of Code
To run any script, you need to pipe the input:
```bash
cat 2022/inputs/day2.txt | python 2022/day2.py
```