{"id":13531882,"url":"https://github.com/wrren/aoc2019","last_synced_at":"2026-05-24T13:32:21.335Z","repository":{"id":82868151,"uuid":"225033588","full_name":"wrren/aoc2019","owner":"wrren","description":"Advent of Code 2019 Solutions","archived":false,"fork":false,"pushed_at":"2019-12-04T08:16:03.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-26T03:02:04.821Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/wrren.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}},"created_at":"2019-11-30T15:41:53.000Z","updated_at":"2019-12-04T08:16:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"42b69c8f-dc77-4c10-9540-b39fe0847c6c","html_url":"https://github.com/wrren/aoc2019","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/wrren/aoc2019","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wrren%2Faoc2019","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wrren%2Faoc2019/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wrren%2Faoc2019/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wrren%2Faoc2019/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wrren","download_url":"https://codeload.github.com/wrren/aoc2019/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wrren%2Faoc2019/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33436554,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-24T13:13:05.286Z","status":"ssl_error","status_checked_at":"2026-05-24T13:13:03.728Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":[],"created_at":"2024-08-01T07:01:06.539Z","updated_at":"2026-05-24T13:32:21.285Z","avatar_url":"https://github.com/wrren.png","language":"C++","funding_links":[],"categories":["Projects"],"sub_categories":[],"readme":"# Advent of Code 2019\n\nWelcome to my Advent of Code 2019 solutions repository. This year I'll be tackling the AoC challenges\nusing C++20 in order to get up to speed on the new features that have been added to the language since\nC++11.\n\n## Building the Solutions\n\nI'll be using [Xmake](https://xmake.io/#/), a new build system for C++, to build and run each solution. Check out the [installation page](https://xmake.io/#/getting_started) for instructions on setting it up. From my short time with it, I've found that it's far less confusing than CMake and overall lets me get things done faster.\n\n## Running the Solutions\n\nBy default, each solution binary will read from the correct input file from the `inputs` directory of the repository. However\nyou can substitute your own input files by providing a path to an input file as the first argument to the binary.\n\n```shell\n# Run solution with default input file\nxmake run day1\n\n# Run solution with provided input file path\nxmake run day1 /path/to/input/file\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwrren%2Faoc2019","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwrren%2Faoc2019","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwrren%2Faoc2019/lists"}