{"id":24989717,"url":"https://github.com/hlustikp/adventofcode23","last_synced_at":"2025-08-04T12:06:24.979Z","repository":{"id":210953613,"uuid":"727760527","full_name":"HlustikP/AdventOfCode23","owner":"HlustikP","description":"Advent of Code 2023 C++ Solutions","archived":false,"fork":false,"pushed_at":"2023-12-19T17:11:45.000Z","size":73,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-29T12:15:11.555Z","etag":null,"topics":["advent-of-code","advent-of-code-2023","cpp"],"latest_commit_sha":null,"homepage":"","language":"C++","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/HlustikP.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,"governance":null,"roadmap":null,"authors":null}},"created_at":"2023-12-05T14:18:45.000Z","updated_at":"2023-12-05T16:40:20.000Z","dependencies_parsed_at":"2023-12-16T20:22:29.012Z","dependency_job_id":"564b804b-402a-4c97-8277-a449fd8422f1","html_url":"https://github.com/HlustikP/AdventOfCode23","commit_stats":null,"previous_names":["hlustikp/adventofcode23"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/HlustikP/AdventOfCode23","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HlustikP%2FAdventOfCode23","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HlustikP%2FAdventOfCode23/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HlustikP%2FAdventOfCode23/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HlustikP%2FAdventOfCode23/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HlustikP","download_url":"https://codeload.github.com/HlustikP/AdventOfCode23/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HlustikP%2FAdventOfCode23/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268693390,"owners_count":24291618,"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-08-04T02:00:09.867Z","response_time":79,"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-2023","cpp"],"created_at":"2025-02-04T13:03:19.028Z","updated_at":"2025-08-04T12:06:24.928Z","avatar_url":"https://github.com/HlustikP.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Advent of Code 2023 Solutions\n\nThis repository contains my solutions for the [Advent of Code 2023](https://adventofcode.com/2023) challenges.\n\nIn accordance to the [Advent of Code Author's request](https://adventofcode.com/2023/about),\nI am not including any input files, please provide them yourself.\n\n## Challenges \u0026 Solutions\n### 01\n[Challenge](https://adventofcode.com/2023/day/1)\n[My Solution](AdventSolution01.cpp)\n\n### 02\n[Challenge](https://adventofcode.com/2023/day/2)\n[My Solution](AdventSolution02.cpp)\n\n### 03\n[Challenge](https://adventofcode.com/2023/day/3)\n[My Solution](AdventSolution03.cpp)\n\n### 04\n[Challenge](https://adventofcode.com/2023/day/4)\n[My Solution](AdventSolution04.cpp)\n\n### 05\n[Challenge](https://adventofcode.com/2023/day/5)\n[My Solution](AdventSolution05.cpp) WIP\n\n### 06\n[Challenge](https://adventofcode.com/2023/day/6)\n[My Solution](AdventSolution06.cpp)\n\n### 07\n[Challenge](https://adventofcode.com/2023/day/7)\n[My Solution](AdventSolution07.cpp)\n\n### 08\n[Challenge](https://adventofcode.com/2023/day/8)\n[My Solution](AdventSolution08.cpp)\n\n### 09\n[Challenge](https://adventofcode.com/2023/day/9)\n[My Solution](AdventSolution09.cpp) WIP\n\n### 10\n[Challenge](https://adventofcode.com/2023/day/10)\n[My Solution](AdventSolution10.cpp) WIP\n\n### 11\n[Challenge](https://adventofcode.com/2023/day/11)\n[My Solution](AdventSolution11.cpp)\n\n### 12\n[Challenge](https://adventofcode.com/2023/day/12)\n[My Solution](AdventSolution12.cpp) WIP\n\n### 13\n[Challenge](https://adventofcode.com/2023/day/13)\n[My Solution](AdventSolution13.cpp) WIP\n\n### 14\n[Challenge](https://adventofcode.com/2023/day/14)\n[My Solution](AdventSolution14.cpp)\n\n### 15\n[Challenge](https://adventofcode.com/2023/day/15)\n[My Solution](AdventSolution15.cpp)\n\n### 16\n[Challenge](https://adventofcode.com/2023/day/16)\n[My Solution](AdventSolution16.cpp)\n\n### 17\n[Challenge](https://adventofcode.com/2023/day/17)\n[My Solution](AdventSolution17.cpp) WIP\n\n### 18\n[Challenge](https://adventofcode.com/2023/day/18)\n[My Solution](AdventSolution18.cpp) WIP\n\n### 19\n[Challenge](https://adventofcode.com/2023/day/19)\n[My Solution](AdventSolution19.cpp) Part 1 done, Part 2 WIP\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhlustikp%2Fadventofcode23","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhlustikp%2Fadventofcode23","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhlustikp%2Fadventofcode23/lists"}