Roland Thomas Jr 52771588ee | ||
---|---|---|
2015 | ||
2016 | ||
2017 | ||
2020 | ||
2021 | ||
2022 | ||
2023 | ||
2024 | ||
README.md |
README.md
Advent of Code Solutions 🎄
Description
This repository contains my personal solutions for the Advent of Code puzzles. Advent of Code is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like.
Repository Structure
The repository is structured by year, with each day's solution as a standalone Python file.
Advent-of-Code
│
└───2021
│ │ day1
│ │ day1.py
│ │ day2
│ │ day2.py
│ └─── ...
│
└───2022
│ day1
│ day1.py
│ day2
│ day2.py
└─── ...
How to Use
- Clone the repository.
- Navigate to the desired year and day.
- Run the solution file.
$ python3 day1.py