{"id":19050546,"url":"https://github.com/blakek/advent-of-code-2022","last_synced_at":"2026-06-22T13:31:52.547Z","repository":{"id":77618318,"uuid":"573017899","full_name":"blakek/advent-of-code-2022","owner":"blakek","description":"Solutions to Advent of Code 2022","archived":false,"fork":false,"pushed_at":"2025-06-30T18:06:05.000Z","size":70,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-12T13:23:45.792Z","etag":null,"topics":["advent-of-code","advent-of-code-2022","aoc","awk"],"latest_commit_sha":null,"homepage":"https://adventofcode.com/2022/","language":"Awk","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/blakek.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-12-01T14:22:40.000Z","updated_at":"2025-06-30T18:06:09.000Z","dependencies_parsed_at":"2023-03-04T17:15:33.119Z","dependency_job_id":null,"html_url":"https://github.com/blakek/advent-of-code-2022","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/blakek/advent-of-code-2022","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blakek%2Fadvent-of-code-2022","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blakek%2Fadvent-of-code-2022/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blakek%2Fadvent-of-code-2022/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blakek%2Fadvent-of-code-2022/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blakek","download_url":"https://codeload.github.com/blakek/advent-of-code-2022/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blakek%2Fadvent-of-code-2022/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34651747,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-22T02:00:06.391Z","response_time":106,"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","awk"],"created_at":"2024-11-08T23:15:17.414Z","updated_at":"2026-06-22T13:31:52.530Z","avatar_url":"https://github.com/blakek.png","language":"Awk","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [Advent of Code - 2022](https://adventofcode.com/2022)\n\n\u003e A list of solutions for the Advent of Code 2022.\n\n:warning: The daily README files contain the answers to the puzzles. I wouldn't call them \"spoilers\", but you might want to avoid them if you want to solve the puzzles yourself.\n\nIf you're not familiar with [Advent of Code](https://adventofcode.com), it's a list of programming puzzles released every year. Most days in December, a new puzzle is released. Each puzzle has 2 parts, and you can solve them however you want.\n\nThis year, I'm mostly using common Unix tools like `awk` to show how powerful these tools can be.\n\n## Usage\n\nThis repository contains an `aoc` script that can be used to run the solutions. Here's some example usages:\n\n```bash\n# Run the current day's solutions (both parts, in the first language found)\n./aoc\n\n# Run the current day's solution against the example input\n./aoc --test\n\n# Run the solutions for December 5th\n./aoc --day 5\n\n# Run the part 2 solution for December 1st using TypeScript\n./aoc --day 1 --part 2 --language typescript\n```\n\nAlso, there's a `--help` flag with all the options.\n\nIf you want to make your own repo, there's also a `setup.bash` script you can reference thats 5 lines of code.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblakek%2Fadvent-of-code-2022","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblakek%2Fadvent-of-code-2022","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblakek%2Fadvent-of-code-2022/lists"}