https://github.com/randomsearch18/aoc-2024
https://github.com/randomsearch18/aoc-2024
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/randomsearch18/aoc-2024
- Owner: RandomSearch18
- Created: 2024-12-01T17:47:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-21T10:21:27.000Z (over 1 year ago)
- Last Synced: 2025-01-27T16:11:48.657Z (over 1 year ago)
- Language: Python
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🎄 Advent of Code 2024
Contains the code I used to solve the [Advent of Code](https://adventofcode.com/) (AoC) programing puzzles.
> [!WARNING]
> By its nature, this repository contains spoilers for Advent of Code 2024.
## Folder structure
Folders in this repository correspond to the day of the puzzle, e.g. the folder `1` contains code for the 2024 Day 1 challenges.