{"id":24180568,"url":"https://github.com/devries/advent_of_code_2024","last_synced_at":"2026-02-01T21:11:01.501Z","repository":{"id":260916717,"uuid":"882708914","full_name":"devries/advent_of_code_2024","owner":"devries","description":"The most wonderful time of the year!","archived":false,"fork":false,"pushed_at":"2025-06-09T14:45:17.000Z","size":152,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-10T16:00:55.530Z","etag":null,"topics":["advent-of-code","advent-of-code-2024","advent-of-code-gleam"],"latest_commit_sha":null,"homepage":"","language":"Gleam","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/devries.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-11-03T14:57:32.000Z","updated_at":"2025-06-09T14:45:20.000Z","dependencies_parsed_at":"2024-12-22T04:19:53.589Z","dependency_job_id":"82f2617b-281e-4d07-a0f2-37a3998a07da","html_url":"https://github.com/devries/advent_of_code_2024","commit_stats":null,"previous_names":["devries/advent_of_code_2024"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/devries/advent_of_code_2024","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devries%2Fadvent_of_code_2024","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devries%2Fadvent_of_code_2024/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devries%2Fadvent_of_code_2024/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devries%2Fadvent_of_code_2024/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devries","download_url":"https://codeload.github.com/devries/advent_of_code_2024/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devries%2Fadvent_of_code_2024/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276184542,"owners_count":25599358,"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","status":"online","status_checked_at":"2025-09-21T02:00:07.055Z","response_time":72,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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","advent-of-code-2024","advent-of-code-gleam"],"created_at":"2025-01-13T07:01:13.846Z","updated_at":"2025-09-21T02:32:28.583Z","avatar_url":"https://github.com/devries.png","language":"Gleam","funding_links":[],"categories":["🎄 2024 AoC Solutions"],"sub_categories":["Solutions"],"readme":"# Advent of Code 2024\n\n[![Tests](https://github.com/devries/advent_of_code_2024/actions/workflows/test.yml/badge.svg)](https://github.com/devries/advent_of_code_2024/actions/workflows/test.yml)\n[![Stars: 50](https://img.shields.io/badge/⭐_Stars-50-yellow)](https://adventofcode.com/2024)\n\nThis year I am going to try to do Advent of Code in  [Gleam](https://gleam.run).\nTo run a day's problems use the command\n\n```sh\ngleam run -m day01/solution\n```\n\nTo run the unit tests for all the days run\n\n```sh\ngleam test\n```\n\nFor some problems, setting the AOC_DEBUG environment variable outputs additional\ninformation.\n\n- [Day 1](https://adventofcode.com/2024/day/1): [⭐ ⭐ solution](src/day01/solution.gleam) - [words](https://unnecessary.tech/posts/aoc-2024-day1/)\n- [Day 2](https://adventofcode.com/2024/day/2): [⭐ ⭐ solution](src/day02/solution.gleam)\n- [Day 3](https://adventofcode.com/2024/day/3): [⭐ ⭐ solution](src/day03/solution.gleam)\n- [Day 4](https://adventofcode.com/2024/day/4): [⭐ ⭐ solution](src/day04/solution.gleam) - [words](https://unnecessary.tech/posts/aoc-2024-day4/)\n- [Day 5](https://adventofcode.com/2024/day/5): [⭐ ⭐ solution](src/day05/solution.gleam)\n- [Day 6](https://adventofcode.com/2024/day/6): [⭐ ⭐ solution](src/day06/solution.gleam) - [words](https://unnecessary.tech/posts/aoc-2024-day6/)\n- [Day 7](https://adventofcode.com/2024/day/7): [⭐ ⭐ solution](src/day07/solution.gleam)\n- [Day 8](https://adventofcode.com/2024/day/8): [⭐ ⭐ solution](src/day08/solution.gleam)\n- [Day 9](https://adventofcode.com/2024/day/9): [⭐ ⭐ solution](src/day09/solution.gleam)\n- [Day 10](https://adventofcode.com/2024/day/10): [⭐ ⭐ solution](src/day10/solution.gleam)\n- [Day 11](https://adventofcode.com/2024/day/11): [⭐ ⭐ solution](src/day11/solution.gleam) - [words](https://unnecessary.tech/posts/aoc-2024-day11/)\n- [Day 12](https://adventofcode.com/2024/day/12): [⭐ ⭐ solution](src/day12/solution.gleam)\n- [Day 13](https://adventofcode.com/2024/day/13): [⭐ ⭐ solution](src/day13/solution.gleam)\n- [Day 14](https://adventofcode.com/2024/day/14): [⭐ ⭐ solution](src/day14/solution.gleam)\n- [Day 15](https://adventofcode.com/2024/day/15): [⭐ ⭐ solution](src/day15/solution.gleam)\n- [Day 16](https://adventofcode.com/2024/day/16): [⭐ ⭐ solution](src/day16/solution.gleam)\n- [Day 17](https://adventofcode.com/2024/day/17): [⭐ ⭐ solution](src/day17/solution.gleam)\n- [Day 18](https://adventofcode.com/2024/day/18): [⭐ ⭐ solution](src/day18/solution.gleam)\n- [Day 19](https://adventofcode.com/2024/day/19): [⭐ ⭐ solution](src/day19/solution.gleam)\n- [Day 20](https://adventofcode.com/2024/day/20): [⭐ ⭐ solution](src/day20/solution.gleam)\n- [Day 21](https://adventofcode.com/2024/day/21): [⭐ ⭐ solution](src/day21/solution.gleam)\n- [Day 22](https://adventofcode.com/2024/day/22): [⭐ ⭐ solution](src/day22/solution.gleam)\n- [Day 23](https://adventofcode.com/2024/day/23): [⭐ ⭐ solution](src/day23/solution.gleam)\n- [Day 24](https://adventofcode.com/2024/day/24): [⭐ ⭐ solution](src/day24/solution.gleam) - Note: Part 2 was implemented based on [this code](https://topaz.github.io/paste/#XQAAAQCBBgAAAAAAAAAX4HyOaTlA0DG1RVALSHxXZUB/PNSqrQgLbBlV5lssMIeBYPrBOyjvRyEg0tEoG2ZzSSZ/v1X3QJxeXSlb1hBw3daAZs75K03FvTBPUYg94nXdDC//ORaXxR7HpOS3Znnog/OjBDJNwpitkWXbfDHSMP0krxfzsGqwD+cK7AnCtIcsDddPMozq9FESq71l8SHDhP8QPE825497yyRDaAlUt0AXpwbfNd5+UiGyRKu4EG8weBsd5zoBFXlr0Z1DXwb1TWnbhkNvHs72xid/bwHn1TJLKCmUiygGYH9kt78aVthq/7dvlbyiRLQY26Y6ewsWPIa+Vdi+Yd91mClbtBjadgVRePdIeY12kFM7izuXptjnhyErwKoglu38neafRy4l0DekKy5wxE+Nx1AmSpn14oWRfMpXUpD7egwsH9m5FpK0D7wL27jvM7CHdyTyErMJ5rrDLPRnPVCZgN8U32sBQ1vZTmlV19Ff6daYQ4ts2d/esup+3jO+Xt+UqBq0Er2CXrjxSWSF30c4h7KlalBeBaMEV+9Kkko2W7UQ1h6IkacE7e2+YQ1ftH/6H/wnW+oWPeXJQ/A6pgTEEmVjkhrOmi5o7w5FOXTXoEWaHxuvUIy3L8q+Vqdlu/dBTkONnZzO2kKZrKTbTHipi9zU7W5RumifO0OW5TZBReO9lfGcDZ3l1fcXuBHkX9xkc4u92MGAiJkC3lSpqUCdvFF03YnUDaQv95Ifykf/ul+6+CM06vy1yLA1QKZc0cy9WY/nm7Je2bSGjTktfzvo533darQUUQ5R/9fOnVmefQwd+Slx/3WNgNXLta59zjctQAr3O1JWs9u22N8KRjVsUdgU7TsBf5eoejZ0bUdk/F6a6Q4KX/BIOtqauQ1zq65a7sVdFj0mW4d6dGZjTPo3l2ss/UH2PPgRGs7pfUFdXJmwfBdTvkH2A3znHGYtjeRtPbRhW7Hl5nN1EE9U53dxX82ozFVgJ5ggpIW0RnC5nCokFNczr9lju4ZUD70uB3D6vzOVvyF2ZnVs3M4KY9fHlUO3psdYTVRBJ/sE/SNpeUmQP2uTnuZMatd0sHr10Lw6sMOARqQDi9Cj8oq11kJJIq2/z4YGJ//2R5Qa) from super makioka sisters. I solved it by using editor macros and rearranging my input.\n- [Day 25](https://adventofcode.com/2024/day/25): [⭐ ⭐ solution](src/day25/solution.gleam)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevries%2Fadvent_of_code_2024","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevries%2Fadvent_of_code_2024","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevries%2Fadvent_of_code_2024/lists"}