https://github.com/healeycodes/advent-of-code-2023
https://github.com/healeycodes/advent-of-code-2023
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/healeycodes/advent-of-code-2023
- Owner: healeycodes
- Created: 2023-12-01T09:13:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-05T09:05:38.000Z (over 2 years ago)
- Last Synced: 2024-10-05T17:43:03.272Z (over 1 year ago)
- Language: Python
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# advent-of-code-2023
Add inputs:
```
mkdir inputs
cat "" > inputs/1.txt
```
Run days:
```
python days/1.py
```
🎅