Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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!