Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cosecseccot/advent-of-code
This contains all my advent of code files
https://github.com/cosecseccot/advent-of-code
Last synced: 18 days ago
JSON representation
This contains all my advent of code files
- Host: GitHub
- URL: https://github.com/cosecseccot/advent-of-code
- Owner: CosecSecCot
- Created: 2023-12-08T13:33:48.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-02T03:36:21.000Z (about 1 month ago)
- Last Synced: 2024-12-02T04:24:29.382Z (about 1 month ago)
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code Solutions
Welcome to my **Advent of Code** repository! Here you'll find my solutions
to the programming challenges presented each year during the [Advent of Code](https://adventofcode.com/).
Each year's solutions are organized into separate branches.## Repository Structure
The master branch of this repository is intentionally left empty. All the code
and solutions for a specific year's Advent of Code are stored in branches named
after the year. For example:- **2024** branch: Solutions for Advent of Code 2024
- **2023** branch: Solutions for Advent of Code 2023
- *(and so on...)*## How to Use This Repository
1. **Clone the repository**:
```bash
git clone https://github.com/CosecSecCot/Advent-Of-Code.git
cd advent-of-code
```2. **Checkout a specific year's branch**:
```bash
git checkout
```Replace `` with the desired year, for example: `2023`.
## About Advent of Code
[Advent of Code](https://adventofcode.com/) is an annual set of programming
puzzles that run from December 1st to December 25th. It’s a great way to
improve your coding skills and have some holiday fun at the same time.## Feedback and Contact
If you have suggestions, questions, or just want to discuss solutions, feel free
to open an issue!Happy Coding!