https://github.com/gokoshijr/advent-of-code
My Advent of Code solutions
https://github.com/gokoshijr/advent-of-code
Last synced: about 1 year ago
JSON representation
My Advent of Code solutions
- Host: GitHub
- URL: https://github.com/gokoshijr/advent-of-code
- Owner: GokoshiJr
- Created: 2023-12-01T12:50:22.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-09T21:31:21.000Z (over 2 years ago)
- Last Synced: 2025-01-31T23:56:48.794Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 59.6 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 solutions to adventofcode.com puzzles.
Each solution should print two lines - the answer for part1 and the answer for part2.
## Usage
```bash
cd advent-of-code
```
```bash
cd 2023
```
```bash
python day1.py txt/day1.txt
```