https://github.com/codex-0915/advent-of-code
This repository includes the solution for Advent of Code Challenge
https://github.com/codex-0915/advent-of-code
Last synced: 11 days ago
JSON representation
This repository includes the solution for Advent of Code Challenge
- Host: GitHub
- URL: https://github.com/codex-0915/advent-of-code
- Owner: codex-0915
- Created: 2024-12-04T14:56:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-12-04T16:38:03.000Z (8 months ago)
- Last Synced: 2025-12-08T00:21:15.837Z (8 months ago)
- Language: Python
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code
[Advent of Code](https://adventofcode.com/2025/about) is an annual event where participants solve programming challenges in a variety of programming languages. It's a fun way to improve your programming skills, learn new languages, and have fun with coding.
This repository contains my solutions to the Advent of Code challenges. I'm doing this for fun, and to improve my programming skills. I'm using Python to solve the challenges, but I'm also planning to try using Go and Ruby for future challenges.
## How to use this repository
To use this repository, simply clone it to your local machine and navigate to the appropriate directory for the day's challenges. Each day's challenges will be in a separate directory, with a separate file for each problem.
For example, to solve the first problem for day 1, navigate to the `day01` directory and open the `part01.py` file. Add `input.txt` with the given unique puzzle input, and then run the solution. To run the solution, run `python part01.py`.
## Contributing
If you'd like to contribute to this repository, feel free to submit a pull request with your solutions. I'd love to see how you've solved the challenges!
## License
This repository is licensed under the [MIT License](https://opensource.org/licenses/MIT).