{"id":20783519,"url":"https://github.com/jondolf/advent-of-code-2022","last_synced_at":"2026-07-20T19:35:58.394Z","repository":{"id":110918930,"uuid":"572177667","full_name":"Jondolf/advent-of-code-2022","owner":"Jondolf","description":"My Advent of Code 2022 solutions, this year in Rust 🦀 https://adventofcode.com/2022","archived":false,"fork":false,"pushed_at":"2022-12-11T16:06:36.000Z","size":32,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-05-30T02:26:37.062Z","etag":null,"topics":["advent-of-code","aoc","puzzle","puzzle-solution","rust","solutions"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/Jondolf.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-11-29T18:04:19.000Z","updated_at":"2024-09-06T21:57:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"3f5d7e30-3a39-4434-8037-59af736f691c","html_url":"https://github.com/Jondolf/advent-of-code-2022","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Jondolf/advent-of-code-2022","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jondolf%2Fadvent-of-code-2022","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jondolf%2Fadvent-of-code-2022/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jondolf%2Fadvent-of-code-2022/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jondolf%2Fadvent-of-code-2022/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Jondolf","download_url":"https://codeload.github.com/Jondolf/advent-of-code-2022/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jondolf%2Fadvent-of-code-2022/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35698120,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-07-20T02:08:10.276Z","status":"ssl_error","status_checked_at":"2026-07-20T02:08:09.736Z","response_time":111,"last_error":"SSL_read: 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":["advent-of-code","aoc","puzzle","puzzle-solution","rust","solutions"],"created_at":"2024-11-17T14:19:39.344Z","updated_at":"2026-07-20T19:35:58.388Z","avatar_url":"https://github.com/Jondolf.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🎄 Advent of Code 2022\n\nHere are my solutions to the [Advent of Code 2022](https://adventofcode.com/2022), this year in Rust.\n\n## Running the solutions\n\nRun all solutions:\n\n```\ncargo run\n```\n\nRun just one day's solution:\n\n```\ncargo run -- --day \u003cday\u003e\n```\n\n## Scaffolding new days\n\nThis project also contains a (pretty over-engineered) binary for generating everything required for the puzzles.\nIt creates a `mod.rs` file for the day with some template code and adds all of the necessary `mod` declarations and imports.\n\nThe binary also creates an `input.txt` file with the user's input fetched automatically.\nNote that this requires the user to have the `AOC_SESSION` environment variable set to the user's session cookie (which you can get from the browser's network tab on the AoC website).\n\nTo scaffold a new day, run the command below:\n\n```\ncargo run --bin scaffold -- --day \u003cday\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjondolf%2Fadvent-of-code-2022","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjondolf%2Fadvent-of-code-2022","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjondolf%2Fadvent-of-code-2022/lists"}