Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/diogojorgebasso/advent_of_code
- Owner: diogojorgebasso
- License: mit
- Created: 2024-12-04T04:49:53.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-04T04:59:13.000Z (about 1 month ago)
- Last Synced: 2024-12-04T05:28:33.670Z (about 1 month ago)
- Language: Python
- Homepage: https://adventofcode.com/
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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! 😊