https://github.com/faresbrayek2/advent-of-code-2023
My Advent of Code 2023 Answer
https://github.com/faresbrayek2/advent-of-code-2023
adventofcode adventofcode2023 python
Last synced: 6 days ago
JSON representation
My Advent of Code 2023 Answer
- Host: GitHub
- URL: https://github.com/faresbrayek2/advent-of-code-2023
- Owner: faresbrayek2
- Created: 2023-12-06T16:50:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-06T16:56:44.000Z (over 1 year ago)
- Last Synced: 2025-04-09T01:32:09.652Z (3 months ago)
- Topics: adventofcode, adventofcode2023, python
- Language: Python
- Homepage: https://adventofcode.com/
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent-of-Code-2023
Welcome to Advent of Code 2023! 🎄🌟

## Table of Contents
- [About Advent of Code](#about-advent-of-code)
- [Getting Started](#getting-started)
- [Puzzle Solutions](#puzzle-solutions)
- [Contributing](#contributing)
- [Acknowledgments](#acknowledgments)
- [License](#license)## About Advent of Code
Advent of Code is an annual coding challenge that takes place during the month of December. Each day, starting from December 1st until December 25th, a new coding puzzle is released. These puzzles are designed to be fun, challenging, and a great way to improve your programming skills.
For more information and to participate, visit the official [Advent of Code website](https://adventofcode.com/).
## Getting Started
To get started with Advent of Code 2023, follow these steps:
1. Visit the [Advent of Code website](https://adventofcode.com/) to create an account if you don't have one.
2. Check the daily puzzle releases starting from December 1st.
3. Solve the puzzles using your programming language of choice.
4. Share your solutions with the community and discuss them on the Advent of Code [Subreddit](https://www.reddit.com/r/adventofcode/).## Puzzle Solutions
In this repository, you can find my solutions to the Advent of Code 2023 puzzles. The solutions are organized by day, and each day has its own folder containing the input file and the solution code.
Feel free to explore the solutions, but try to solve the puzzles on your own first!
## Contributing
If you would like to contribute your solutions, improvements, or additional insights, please follow these steps:
1. Fork this repository.
2. Create a new branch for your changes: \`git checkout -b feature/your-feature\`.
3. Make your contributions.
4. Test your changes thoroughly.
5. Commit your changes: \`git commit -m \"Your commit message\"\`.
6. Push to your branch: \`git push origin feature/your-feature\`.
7. Create a pull request.Please make sure to adhere to the [code of conduct](CODE_OF_CONDUCT.md).
## Acknowledgments
Special thanks to Eric Wastl, the creator of Advent of Code, and the entire community for making this event possible. Let's celebrate the joy of coding together!
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.