https://github.com/paramt/advent-of-code
my AoC solutions in Python
https://github.com/paramt/advent-of-code
Last synced: about 1 year ago
JSON representation
my AoC solutions in Python
- Host: GitHub
- URL: https://github.com/paramt/advent-of-code
- Owner: paramt
- Created: 2022-12-11T06:24:49.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-21T05:40:22.000Z (over 3 years ago)
- Last Synced: 2025-01-25T18:29:39.212Z (over 1 year ago)
- Language: Python
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# advent-of-code
My [AoC](https://adventofcode.com/) solutions in Python
To run:
Create an `input.txt` file inside the folder you want to run.
You'll also need to add a newline with just a `0` at the end of your input file.
```
$ cd day01
$ python part1.py < input.txt
```