{"id":26296360,"url":"https://github.com/maxroecker/advent-of-code-2022","last_synced_at":"2026-04-14T17:31:46.531Z","repository":{"id":64849092,"uuid":"578844931","full_name":"MaxRoecker/advent-of-code-2022","owner":"MaxRoecker","description":"Advent of Code 2022 solutions with TypeScript.","archived":false,"fork":false,"pushed_at":"2022-12-27T16:43:27.000Z","size":110,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-03T10:29:58.678Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/MaxRoecker.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}},"created_at":"2022-12-16T02:31:37.000Z","updated_at":"2022-12-16T03:03:25.000Z","dependencies_parsed_at":"2022-12-16T16:31:56.598Z","dependency_job_id":null,"html_url":"https://github.com/MaxRoecker/advent-of-code-2022","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MaxRoecker/advent-of-code-2022","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaxRoecker%2Fadvent-of-code-2022","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaxRoecker%2Fadvent-of-code-2022/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaxRoecker%2Fadvent-of-code-2022/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaxRoecker%2Fadvent-of-code-2022/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MaxRoecker","download_url":"https://codeload.github.com/MaxRoecker/advent-of-code-2022/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaxRoecker%2Fadvent-of-code-2022/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31808505,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T11:13:53.975Z","status":"ssl_error","status_checked_at":"2026-04-14T11:13:53.299Z","response_time":153,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":[],"created_at":"2025-03-15T04:17:59.436Z","updated_at":"2026-04-14T17:31:46.514Z","avatar_url":"https://github.com/MaxRoecker.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Advent of Code 2022\n\nAdvent of Code 2022 solutions with TypeScript.\n\n[![Code Style: Google](https://img.shields.io/badge/code%20style-google-blueviolet.svg)](https://github.com/google/gts)\n\n## Getting started\n\nThe easiest way to get started is to run:\n\n```sh\nnpm install\n```\n\nEach day challenge is available at\n[Advent of Code 2022](https://adventofcode.com/2022). Copies of the inputs are\navailable on `inputs` directory.\n\nTo test the code for all the available days,\nrun:\n\n```sh\nnpm run test\n```\n\n## Project status\n\nThe project status is summarized on the table below. The ✔ indicates that the\ncode for each day challenge is available with the correct solution.\n\n| Day | Part 1 | Part 2 | Notes |\n| :-: | :----: | :----: | :---- |\n| 01  |   ✔    |   ✔    |       |\n| 02  |   ✔    |   ✔    |       |\n| 03  |   ✔    |   ✔    |       |\n| 04  |   ✔    |   ✔    |       |\n| 05  |   ✔    |   ✔    |       |\n| 06  |   ✔    |   ✔    |       |\n| 07  |   ✔    |   ✔    |       |\n| 08  |   ✔    |   ✔    |       |\n| 09  |   ✖    |   ✖    |       |\n| 10  |   ✖    |   ✖    |       |\n| 11  |   ✖    |   ✖    |       |\n| 12  |   ✖    |   ✖    |       |\n| 13  |   ✖    |   ✖    |       |\n| 14  |   ✖    |   ✖    |       |\n| 15  |   ✖    |   ✖    |       |\n| 16  |   ✖    |   ✖    |       |\n| 17  |   ✖    |   ✖    |       |\n| 18  |   ✖    |   ✖    |       |\n| 19  |   ✖    |   ✖    |       |\n| 20  |   ✖    |   ✖    |       |\n| 21  |   ✖    |   ✖    |       |\n| 22  |   ✖    |   ✖    |       |\n| 23  |   ✖    |   ✖    |       |\n| 24  |   ✖    |   ✖    |       |\n| 25  |   ✖    |   ✖    |       |\n\n## Contributing\n\nPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.\n\nPlease make sure to update tests as appropriate.\n\n## License\n\n[MIT](https://maxroecker.mit-license.org/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxroecker%2Fadvent-of-code-2022","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaxroecker%2Fadvent-of-code-2022","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxroecker%2Fadvent-of-code-2022/lists"}