{"id":22173120,"url":"https://github.com/knutkirkhorn/advent-of-code","last_synced_at":"2026-05-06T05:32:37.713Z","repository":{"id":64567698,"uuid":"573099090","full_name":"knutkirkhorn/advent-of-code","owner":"knutkirkhorn","description":"🎄 My solutions for Advent of Code","archived":false,"fork":false,"pushed_at":"2024-12-01T12:31:15.000Z","size":265,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-29T22:32:44.446Z","etag":null,"topics":["advent-of-code","advent-of-code-2021","advent-of-code-2021-javascript","advent-of-code-2022","advent-of-code-2022-javascript","advent-of-code-2023","advent-of-code-2023-javascript","advent-of-code-2024","advent-of-code-2024-javascript","adventofcode","adventofcode2021","adventofcode2022","adventofcode2023","adventofcode2024","javascript","nodejs"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/knutkirkhorn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2022-12-01T17:39:25.000Z","updated_at":"2024-12-01T22:13:20.000Z","dependencies_parsed_at":"2025-01-29T22:38:04.735Z","dependency_job_id":null,"html_url":"https://github.com/knutkirkhorn/advent-of-code","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knutkirkhorn%2Fadvent-of-code","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knutkirkhorn%2Fadvent-of-code/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knutkirkhorn%2Fadvent-of-code/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knutkirkhorn%2Fadvent-of-code/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/knutkirkhorn","download_url":"https://codeload.github.com/knutkirkhorn/advent-of-code/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245320328,"owners_count":20596156,"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":["advent-of-code","advent-of-code-2021","advent-of-code-2021-javascript","advent-of-code-2022","advent-of-code-2022-javascript","advent-of-code-2023","advent-of-code-2023-javascript","advent-of-code-2024","advent-of-code-2024-javascript","adventofcode","adventofcode2021","adventofcode2022","adventofcode2023","adventofcode2024","javascript","nodejs"],"created_at":"2024-12-02T07:30:32.657Z","updated_at":"2026-05-06T05:32:32.685Z","avatar_url":"https://github.com/knutkirkhorn.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# advent-of-code\n\n\u003e 🎄 My solutions for [Advent of Code](https://adventofcode.com)\n\n## Setup (optional)\n\nSet the `COOKIE_SESSION` environment variable to download input files if not found locally.\n\n## Run solutions\n\n```sh\n# Run given day (if current date is between 1. december and 25. december)\nnode index.js\n\n# Run first day of current year\nnode index.js 1\n\n# Run first day of 2022\nnode index.js 2022 1\n\n# Rerun on file change\nbun dev\n```\n\n## Solutions\n\n### 2024\n\n- [Day 1: Historian Hysteria](solutions/2024/01/01.js)\n\n### 2023\n\n- [Day 1: Trebuchet?!](solutions/2023/01/01.js)\n- [Day 2: Cube Conundrum](solutions/2023/02/02.js)\n- [Day 3: Gear Ratios](solutions/2023/03/03.js)\n- [Day 4: Scratchcards](solutions/2023/04/04.js)\n- [Day 5: If You Give A Seed A Fertilizer](solutions/2023/05/05.js)\n- [Day 6: Wait For It](solutions/2023/06/06.js)\n- [Day 8: Haunted Wasteland](solutions/2023/08/08.js)\n\n### 2022\n\n- [Day 1: Calorie Counting](solutions/2022/01/01.js)\n- [Day 2: Rock Paper Scissors](solutions/2022/02/02.js)\n- [Day 3: Rucksack Reorganization](solutions/2022/03/03.js)\n- [Day 4: Camp Cleanup](solutions/2022/04/04.js)\n- [Day 5: Supply Stacks](solutions/2022/05/05.js)\n- [Day 6: Tuning Trouble](solutions/2022/06/06.js)\n- [Day 7: No Space Left On Device](solutions/2022/07/07.js)\n- [Day 8: Treetop Tree House](solutions/2022/08/08.js)\n- [Day 9: Rope Bridge](solutions/2022/09/09.js)\n- [Day 10: Cathode-Ray Tube](solutions/2022/10/10.js)\n- [Day 11: Monkey in the Middle](solutions/2022/11/11.js)\n\n### 2021\n\n- [Day 1: Sonar Sweep](solutions/2021/01/01.js)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fknutkirkhorn%2Fadvent-of-code","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fknutkirkhorn%2Fadvent-of-code","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fknutkirkhorn%2Fadvent-of-code/lists"}