{"id":22407514,"url":"https://github.com/rcarubbi/adventofcode2024","last_synced_at":"2026-02-14T12:01:37.023Z","repository":{"id":265981585,"uuid":"897025995","full_name":"rcarubbi/AdventOfCode2024","owner":"rcarubbi","description":"I document my journey through the daily programming challenges provided by Advent of Code, showcasing solutions written in C#.","archived":false,"fork":false,"pushed_at":"2024-12-15T01:31:34.000Z","size":126,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-01T19:34:26.995Z","etag":null,"topics":["advent-of-code-2024","csharp"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rcarubbi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-12-01T21:48:43.000Z","updated_at":"2024-12-17T21:39:06.000Z","dependencies_parsed_at":"2025-07-27T08:41:01.509Z","dependency_job_id":"2a8a7881-7c6e-41f6-b387-673f5a5c757b","html_url":"https://github.com/rcarubbi/AdventOfCode2024","commit_stats":null,"previous_names":["rcarubbi/adventofcode2024"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rcarubbi/AdventOfCode2024","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rcarubbi%2FAdventOfCode2024","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rcarubbi%2FAdventOfCode2024/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rcarubbi%2FAdventOfCode2024/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rcarubbi%2FAdventOfCode2024/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rcarubbi","download_url":"https://codeload.github.com/rcarubbi/AdventOfCode2024/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rcarubbi%2FAdventOfCode2024/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29443468,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T10:51:12.367Z","status":"ssl_error","status_checked_at":"2026-02-14T10:50:52.088Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["advent-of-code-2024","csharp"],"created_at":"2024-12-05T11:14:37.408Z","updated_at":"2026-02-14T12:01:37.007Z","avatar_url":"https://github.com/rcarubbi.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"﻿# Advent of Code 2024 Solutions 🎄\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)\n\nWelcome to my repository for the [Advent of Code 2024](https://adventofcode.com/2024)! This is where I document my journey through the daily programming challenges provided by Advent of Code, showcasing solutions written in **C#**.\n\n## 🔍 About Advent of Code\nAdvent of Code is an annual event featuring a series of fun and challenging programming puzzles released daily from December 1st to December 25th. It’s an excellent opportunity to improve problem-solving skills, learn new programming techniques, and have fun during the holiday season.\n\n## 📂 Repository Structure\nEach day’s challenge is organized into its own folder. Below is the structure:\n\n\n```\nadventofcode2024/ \n├── Day01/ \n│ ├── input.txt # Puzzle input \n│ ├── Solution.cs # Solution code \n├── Day02/ \n│ ├── ... \n├── ...\n```\n\n### Files:\n- **`input.txt`**: The puzzle input provided by Advent of Code.\n- **`solution.cs`**: The implementation of the solution in C#.\n- **`README.md`**: A brief explanation of the approach taken to solve the puzzle.\n\n## 🚀 How to Run\nTo run the solutions locally, ensure you have the .NET SDK installed. Follow these steps:\n\n1. Clone this repository:\n   ```bash \n   git clone https://github.com/rcarubbi/adventofcode2024.git\n   ```\n2. Navigate to the day's folder:\n   ```bash\n   cd adventofcode2024/Day01\n   ```\n3. Compile and run the solution:\n   ```bash\n   dotnet run\n   ```\n\n## 🎯 Goals\n- Solve each puzzle daily using clean and efficient code.\n- Explore different problem-solving techniques.\n\n## 🛠️ Tools \u0026 Technologies\n- **Language**: C#\n- **IDE**: Visual Studio / Visual Studio Code\n- **Version Control**: Git\n\n## 🤝 Contributing\nIf you'd like to suggest improvements or alternative solutions, feel free to open a pull request or create an issue.\n\n## 📜 License\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n\n## 🙌 Acknowledgments\nSpecial thanks to [Eric Wastl](https://twitter.com/ericwastl) for creating and maintaining Advent of Code. Check out the official website [here](https://adventofcode.com/2024).\n\n---\n\n🎉 Happy coding and enjoy the holiday season!","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frcarubbi%2Fadventofcode2024","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frcarubbi%2Fadventofcode2024","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frcarubbi%2Fadventofcode2024/lists"}