{"id":16514133,"url":"https://github.com/juan-medina/adventofcode2022","last_synced_at":"2025-07-22T13:33:53.123Z","repository":{"id":64844758,"uuid":"573465237","full_name":"juan-medina/adventofcode2022","owner":"juan-medina","description":"Examples for Advent of Code 2022 done in Rust","archived":false,"fork":false,"pushed_at":"2022-12-17T10:55:45.000Z","size":254,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-02T11:16:09.265Z","etag":null,"topics":["advent-of-code","advent-of-code-2022","adventofcode","adventofcode2022","rust","rust-lang","rustlang"],"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/juan-medina.png","metadata":{"files":{"readme":"README.MD","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.TXT","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-12-02T14:25:45.000Z","updated_at":"2022-12-04T11:49:06.000Z","dependencies_parsed_at":"2023-01-29T17:00:34.134Z","dependency_job_id":null,"html_url":"https://github.com/juan-medina/adventofcode2022","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/juan-medina/adventofcode2022","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juan-medina%2Fadventofcode2022","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juan-medina%2Fadventofcode2022/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juan-medina%2Fadventofcode2022/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juan-medina%2Fadventofcode2022/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/juan-medina","download_url":"https://codeload.github.com/juan-medina/adventofcode2022/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juan-medina%2Fadventofcode2022/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266506174,"owners_count":23940019,"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","status":"online","status_checked_at":"2025-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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","adventofcode","adventofcode2022","rust","rust-lang","rustlang"],"created_at":"2024-10-11T16:11:33.449Z","updated_at":"2025-07-22T13:33:53.098Z","avatar_url":"https://github.com/juan-medina.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"### Advent of Code 2022\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg?style=for-the-badge)](https://opensource.org/licenses/MIT)\n[![Rust](https://img.shields.io/badge/rust-%23000000.svg?style=for-the-badge\u0026logo=rust\u0026logoColor=white)](https://www.rust-lang.org/)\n\nExamples for [Advent of Code 2022](https://adventofcode.com/2022) done in [Rust](https://www.rust-lang.org/)\n\n- [Library](adventofcode2022_lib)\n- [Day 1: Calorie Counting](adventofcode2022_01)\n- [Day 2: Rock Paper Scissors](adventofcode2022_02)\n- [Day 3: Rucksack Reorganization](adventofcode2022_03)\n- [Day 4: Camp Cleanup](adventofcode2022_04)\n- [Day 5: Supply Stacks](adventofcode2022_05)\n- [Day 6: Tuning Trouble](adventofcode2022_06)\n- [Day 7: No Space Left On Device](adventofcode2022_07)\n- [Day 8: Treetop Tree House](adventofcode2022_08)\n- [Day 9: Rope Bridge](adventofcode2022_09)\n- [Day 10: Cathode-Ray Tube](adventofcode2022_10)\n- [Day 11: Monkey in the Middle](adventofcode2022_11)\n- [Day 12: Hill Climbing Algorithm](adventofcode2022_12)\n- [Day 13: Distress Signal](adventofcode2022_13)\n- [Day 14: Regolith Reservoir](adventofcode2022_14)\n- [Day 15: Beacon Exclusion Zone](adventofcode2022_15)\n- [Day 16: Proboscidea Volcanium](adventofcode2022_16)\n- [Day 17: Pyroclastic Flow](adventofcode2022_16)\n\n#### License\n```\nCopyright (c) 2022 Juan Medina\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n\"Software\"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\nNONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuan-medina%2Fadventofcode2022","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjuan-medina%2Fadventofcode2022","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuan-medina%2Fadventofcode2022/lists"}