{"id":16480788,"url":"https://github.com/windos/advent-of-code-2021","last_synced_at":"2026-05-09T23:21:34.395Z","repository":{"id":83505012,"uuid":"433617740","full_name":"Windos/Advent-of-Code-2021","owner":"Windos","description":"My Advent of Code 2021 PowerShell Solutions","archived":false,"fork":false,"pushed_at":"2021-12-14T21:35:44.000Z","size":63,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-01-11T08:48:55.383Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Windos.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":"2021-11-30T23:21:31.000Z","updated_at":"2022-10-05T12:37:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"f9083bfe-4b21-4c0a-8917-b3adf2cd274e","html_url":"https://github.com/Windos/Advent-of-Code-2021","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/Windos%2FAdvent-of-Code-2021","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Windos%2FAdvent-of-Code-2021/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Windos%2FAdvent-of-Code-2021/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Windos%2FAdvent-of-Code-2021/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Windos","download_url":"https://codeload.github.com/Windos/Advent-of-Code-2021/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241181119,"owners_count":19923368,"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":[],"created_at":"2024-10-11T13:05:21.165Z","updated_at":"2026-05-09T23:21:29.349Z","avatar_url":"https://github.com/Windos.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Advent of Code 2021\n\n\u003c!-- Shields stolen from Josh Corr: https://github.com/joshcorr/Advent-of-code-2021 --\u003e\n\n![](https://img.shields.io/badge/day%20📅-14-blue)\n![](https://img.shields.io/badge/stars%20⭐-28-yellow)\n\nMy Advent of Code 2021 PowerShell Solutions.\n\n| Day | Puzzle                                                          | Solution                                                               |\n|-----|-----------------------------------------------------------------|------------------------------------------------------------------------|\n| 01  | [Sonar Sweep](https://adventofcode.com/2021/day/1)              | [Part 1](src/Day01/Day01-1.ps1) \u0026#124; [Part 2](src/Day01/Day01-2.ps1) |\n| 02  | [Dive!](https://adventofcode.com/2021/day/2)                    | [Part 1](src/Day02/Day02-1.ps1) \u0026#124; [Part 2](src/Day02/Day02-2.ps1) |\n| 03  | [Binary Diagnostic](https://adventofcode.com/2021/day/3)        | [Part 1](src/Day03/Day03-1.ps1) \u0026#124; [Part 2](src/Day03/Day03-2.ps1) |\n| 04  | [Giant Squid](https://adventofcode.com/2021/day/4)              | [Part 1](src/Day04/Day04-1.ps1) \u0026#124; [Part 2](src/Day04/Day04-2.ps1) |\n| 05  | [Hydrothermal Venture](https://adventofcode.com/2021/day/5)     | [Part 1 \u0026 2](src/Day05/Day05-1.ps1)                                    |\n| 06  | [Lanternfish](https://adventofcode.com/2021/day/6)              | [Part 1 \u0026 2](src/Day06/Day06-1.ps1)                                    |\n| 07  | [The Treachery of Whales](https://adventofcode.com/2021/day/7)  | [Part 1](src/Day07/Day07-1.ps1) \u0026#124; [Part 2](src/Day07/Day07-2.ps1) |\n| 08  | [Seven Segment Search](https://adventofcode.com/2021/day/8)     | [Part 1](src/Day08/Day08-1.ps1) \u0026#124; [Part 2](src/Day08/Day08-2.ps1) |\n| 09  | [Smoke Basin](https://adventofcode.com/2021/day/9)              | [Part 1](src/Day09/Day09-1.ps1) \u0026#124; [Part 2](src/Day09/Day09-2.ps1) |\n| 10  | [Syntax Scoring](https://adventofcode.com/2021/day/10)          | [Part 1](src/Day10/Day10-1.ps1) \u0026#124; [Part 2](src/Day10/Day10-2.ps1) |\n| 11  | [Dumbo Octopus](https://adventofcode.com/2021/day/11)           | [Part 1](src/Day11/Day11-1.ps1) \u0026#124; [Part 2](src/Day11/Day11-2.ps1) |\n| 12  | [Passage Pathing](https://adventofcode.com/2021/day/12)         | [Part 1](src/Day12/Day12-1.ps1) \u0026#124; [Part 2](src/Day12/Day12-2.ps1) |\n| 13  | [Transparent Origami](https://adventofcode.com/2021/day/13)     | [Part 1 \u0026 2](src/Day13/Day13-1.ps1)                                    |\n| 14  | [Extended Polymerization](https://adventofcode.com/2021/day/14) | [Part 1 \u0026 2](src/Day14/Day14-1.ps1)                                    |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwindos%2Fadvent-of-code-2021","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwindos%2Fadvent-of-code-2021","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwindos%2Fadvent-of-code-2021/lists"}