Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/diogojorgebasso/advent_of_code

My Solutions to Advent Of Code
https://github.com/diogojorgebasso/advent_of_code

Last synced: 21 days ago
JSON representation

My Solutions to Advent Of Code

Awesome Lists containing this project

README

        

# 🎄 Advent of Code - My Solutions 🎄

Welcome to my solutions for the [Advent of Code](https://adventofcode.com/)! This repository contains my daily coding challenges and solutions, organized by day.

---

## 📂 Folder Structure

The project is organized as follows:

```plaintext
├── day_1/
├── day_2/
│ ├── entry.txt
│ ├── test.txt
│ ├── ex3.py
│ ├── ex4.py
├── day_3/
```

And so on.

## 🚀 How to Run

1. Clone the repository:
```bash
git clone https://github.com/your-repo/advent-of-code.git
cd advent-of-code
```
2. Install dependencies (if any):

```bash
uv sync
```

3. Navigate to the day's folder and run the script:
```bash
cd day_2
python ex3.py
```

---

## 📜 License

This project is open-source and available under the MIT License. Feel free to use and contribute!

---

Happy coding! 😊