{"id":25023275,"url":"https://github.com/robeecodes/advent-of-code-2024","last_synced_at":"2025-03-30T12:45:06.074Z","repository":{"id":267352398,"uuid":"898954475","full_name":"robeecodes/advent-of-code-2024","owner":"robeecodes","description":null,"archived":false,"fork":false,"pushed_at":"2024-12-16T21:26:53.000Z","size":58,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-05T14:41:04.441Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/robeecodes.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}},"created_at":"2024-12-05T10:55:29.000Z","updated_at":"2024-12-16T21:26:57.000Z","dependencies_parsed_at":"2025-02-05T14:50:32.230Z","dependency_job_id":null,"html_url":"https://github.com/robeecodes/advent-of-code-2024","commit_stats":null,"previous_names":["robeecodes/advent-of-code-2024"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robeecodes%2Fadvent-of-code-2024","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robeecodes%2Fadvent-of-code-2024/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robeecodes%2Fadvent-of-code-2024/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robeecodes%2Fadvent-of-code-2024/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/robeecodes","download_url":"https://codeload.github.com/robeecodes/advent-of-code-2024/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246320130,"owners_count":20758407,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2025-02-05T14:39:47.178Z","updated_at":"2025-03-30T12:45:06.054Z","avatar_url":"https://github.com/robeecodes.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Advent of Code 2024\n\n[Advent of Code](https://adventofcode.com/2024/about) is a yearly programming challenge which runs in the lead-up to Christmas. You can use any language you like and, for this year, I am using [**C#**](https://learn.microsoft.com/en-us/dotnet/csharp/).\n\nMy aims for this year are as follows:\n\n- Improve my problem-solving skills\n- Become more familiar with C# (and maybe [LINQ](https://learn.microsoft.com/en-us/dotnet/csharp/linq/))\n- Explore ways to improve my initial solutions once completed.\n- Strike a balance between concise and legible code.\n\nBelow, you can find all my solutions for this year 😄\n\n|Solutions|                 |                           |\n| :----------- | :-------------- | ------------------------- |\n|📑 [**Day One**](https://adventofcode.com/2024/day/1)| [Challenge One](https://github.com/robeecodes/advent-of-code-2024/blob/main/01_Historian%20Hysteria/Challenge_One/Challenge_One/Program.cs) |[Challenge Two](https://github.com/robeecodes/advent-of-code-2024/blob/main/01_Historian%20Hysteria/Challenge_Two/Challenge_Two/Challenge_Two/Program.cs)\n|🦌 [**Day Two**](https://adventofcode.com/2024/day/2)|[Challenge One](https://github.com/robeecodes/advent-of-code-2024/blob/main/02_Red-Nosed%20Reports/ChallengeOne/ChallengeOne/Program.cs)|[Challenge Two](https://github.com/robeecodes/advent-of-code-2024/blob/main/02_Red-Nosed%20Reports/ChallengeTwo/ChallengeTwo/ChallengeTwo/Program.cs)\n|🛷 [**Day Three**](https://adventofcode.com/2024/day/3)|[Challenge One](https://github.com/robeecodes/advent-of-code-2024/blob/main/03_Mull%20It%20Over/ChallengeOne/ChallengeOne/Program.cs)|[Challenge Two](https://github.com/robeecodes/advent-of-code-2024/blob/main/03_Mull%20It%20Over/ChallengeTwo/ChallengeTwo/Program.cs)\n|🔍 [**Day Four**](https://adventofcode.com/2024/day/4)|[Challenge One](https://github.com/robeecodes/advent-of-code-2024/blob/main/04_Ceres%20Search/ChallengeOne/ChallengeOne/Program.cs)|[Challenge Two](https://github.com/robeecodes/advent-of-code-2024/blob/main/04_Ceres%20Search/ChallengeTwo/ChallengeTwo/Program.cs)\n|🔁 [**Day Five**](https://adventofcode.com/2024/day/5)|[Challenge One](https://github.com/robeecodes/advent-of-code-2024/blob/main/05_Print%20Queue/ChallengeOne/ChallengeOne/Program.cs)|[Challenge Two](https://github.com/robeecodes/advent-of-code-2024/blob/main/05_Print%20Queue/ChallengeTwo/ChallengeTwo/Program.cs)\n|👮 [**Day Six**](https://adventofcode.com/2024/day/6)|[Challenge One](https://github.com/robeecodes/advent-of-code-2024/blob/main/06_Guard%20Gallivant/ChallengeOne/ChallengeOne/Program.cs)|[Challenge Two](https://github.com/robeecodes/advent-of-code-2024/blob/main/06_Guard%20Gallivant/ChallengeTwo/ChallengeTwo/Program.cs)\n|🎄 [**Day Seven**](https://adventofcode.com/2024/day/7)|[Challenge One](https://github.com/robeecodes/advent-of-code-2024/blob/main/07_Bridge%20Repair/ChallengeOne/ChallengeOne/Program.cs)|[Challenge Two](https://github.com/robeecodes/advent-of-code-2024/blob/main/07_Bridge%20Repair/ChallengeTwo/ChallengeTwo/Program.cs)\n|🍫 [**Day Eight**](https://adventofcode.com/2024/day/8)|[Challenge One](https://github.com/robeecodes/advent-of-code-2024/blob/main/08_Resonant%20Collinearity/ChallengeOne/ChallengeOne/Program.cs)|[Challenge Two](https://github.com/robeecodes/advent-of-code-2024/blob/main/08_Resonant%20Collinearity/ChallengeTwo/ChallengeTwo/Program.cs)\n|💿 [**Day Nine**](https://adventofcode.com/2024/day/9)|[Challenge One](https://github.com/robeecodes/advent-of-code-2024/blob/main/09_Disk%20Fragmenter/ChallengeOne/ChallengeOne/Program.cs)|[Challenge Two](https://github.com/robeecodes/advent-of-code-2024/blob/main/09_Disk%20Fragmenter/ChallengeTwo/ChallengeTwo/Program.cs)\n|🚶 [**Day Ten**](https://adventofcode.com/2024/day/10)|[Challenge One](https://github.com/robeecodes/advent-of-code-2024/blob/main/10_Hoof%20It/ChallengeOne/ChallengeOne/Program.cs)|[Challenge Two](https://github.com/robeecodes/advent-of-code-2024/blob/main/10_Hoof%20It/ChallengeTwo/ChallengeTwo/Program.cs)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobeecodes%2Fadvent-of-code-2024","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frobeecodes%2Fadvent-of-code-2024","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobeecodes%2Fadvent-of-code-2024/lists"}