https://github.com/imaun/adoc-2024
Advent of Code 2024
https://github.com/imaun/adoc-2024
Last synced: about 2 months ago
JSON representation
Advent of Code 2024
- Host: GitHub
- URL: https://github.com/imaun/adoc-2024
- Owner: imaun
- License: mit
- Created: 2024-12-03T20:49:08.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-12-16T21:55:13.000Z (5 months ago)
- Last Synced: 2025-02-05T19:50:35.239Z (3 months ago)
- Language: Python
- Size: 61.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Advent of Code 2024
- 🟩 [Day 01](https://adventofcode.com/2024/day/1) | [Python Solution](https://github.com/imaun/ADOC-2024/blob/master/01/day-01.py)
- 🟩 [Day 02](https://adventofcode.com/2024/day/2) | [Python Solution](https://github.com/imaun/ADOC-2024/blob/master/02/day02.py)
- 🟩 [Day 03](https://adventofcode.com/2024/day/2) | [Python Solution](https://github.com/imaun/ADOC-2024/blob/master/03/day03.py)
- 🟩 [Day 04](https://adventofcode.com/2024/day/4) | [Python Solution](https://github.com/imaun/ADOC-2024/blob/master/04/day04.py)
- 🟩 [Day 05](https://adventofcode.com/2024/day/5) | [Python Solution](https://github.com/imaun/ADOC-2024/blob/master/05/day05.py)
- 🟩 [Day 10](https://adventofcode.com/2024/day/10) | [Python Solution](https://github.com/imaun/ADOC-2024/blob/master/10/day10.py)