8 lines
125 B
Markdown
8 lines
125 B
Markdown
|
# Advent Of Code
|
||
|
|
||
|
To run any script, you need to pipe the input:
|
||
|
|
||
|
```bash
|
||
|
cat 2022/inputs/day2.txt | python 2022/day2.py
|
||
|
```
|