{"id":35114569,"url":"https://github.com/ryanfowler/aoc2022","last_synced_at":"2026-05-21T02:33:53.407Z","repository":{"id":64430622,"uuid":"574749655","full_name":"ryanfowler/aoc2022","owner":"ryanfowler","description":"My advent of code solutions for 2022 in Rust :)","archived":false,"fork":false,"pushed_at":"2022-12-16T04:44:18.000Z","size":41,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-04-01T18:10:46.023Z","etag":null,"topics":["advent-of-code","advent-of-code-2022","aoc","aoc-2022"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/ryanfowler.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-06T01:45:44.000Z","updated_at":"2024-04-01T18:10:46.024Z","dependencies_parsed_at":"2022-12-23T01:16:40.161Z","dependency_job_id":null,"html_url":"https://github.com/ryanfowler/aoc2022","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ryanfowler/aoc2022","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanfowler%2Faoc2022","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanfowler%2Faoc2022/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanfowler%2Faoc2022/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanfowler%2Faoc2022/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ryanfowler","download_url":"https://codeload.github.com/ryanfowler/aoc2022/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanfowler%2Faoc2022/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33286064,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-20T15:12:43.734Z","status":"online","status_checked_at":"2026-05-21T02:00:07.181Z","response_time":62,"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-2022","aoc","aoc-2022"],"created_at":"2025-12-27T20:39:40.161Z","updated_at":"2026-05-21T02:33:53.402Z","avatar_url":"https://github.com/ryanfowler.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# aoc2022\n\nMy advent of code solutions for 2022 in Rust :)\n\nNote: these solutions are **not** optimized and you will notice quite a few\n`.unwrap()`s, as it is assumed that the input is valid and properly formed.\n\n## Setup\n\nIn order to download the inputs, you will need to collect and save your session\ncookie from [adventofcode.com](https://adventofcode.com). After signing in, use\nthe developer tools in your browser to find the cookie named \"session\" and store\nthe value to a file in the root of this repository called `session.txt`.\n\nTo setup a day that has not yet been initialized, you may run the command:\n\n```sh\nmake setup-day01\n```\n\nreplacing the suffix `\"01\"` with the appropriate day.\n\n\n## Running\n\nTo run the code for all available days, use the command:\n\n```sh\nmake\n```\n\nTo actually run the code for a specific day, you may run the command:\n\n```sh\nmake run-day01\n```\n\nreplacing the suffix `\"01\"` with the appropriate day.\n\n### Docker\n\nTo run each solution with Docker, you may run the command:\n\n```sh\nmake docker-run-day01\n```\n\nagain replacing the suffix `\"01\"` with the appropriate day.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryanfowler%2Faoc2022","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fryanfowler%2Faoc2022","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryanfowler%2Faoc2022/lists"}