{"id":28491011,"url":"https://github.com/dssgabriel/aoc-23-cpp","last_synced_at":"2025-07-08T01:31:19.759Z","repository":{"id":210773897,"uuid":"727413203","full_name":"dssgabriel/aoc-23-cpp","owner":"dssgabriel","description":"Advent of Code 2023 in C++","archived":false,"fork":false,"pushed_at":"2023-12-05T18:33:53.000Z","size":25,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-08T07:44:14.359Z","etag":null,"topics":["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/dssgabriel.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}},"created_at":"2023-12-04T20:12:22.000Z","updated_at":"2023-12-04T20:54:15.000Z","dependencies_parsed_at":"2023-12-04T21:56:50.450Z","dependency_job_id":null,"html_url":"https://github.com/dssgabriel/aoc-23-cpp","commit_stats":null,"previous_names":["dssgabriel/aoc-23-cpp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dssgabriel/aoc-23-cpp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dssgabriel%2Faoc-23-cpp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dssgabriel%2Faoc-23-cpp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dssgabriel%2Faoc-23-cpp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dssgabriel%2Faoc-23-cpp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dssgabriel","download_url":"https://codeload.github.com/dssgabriel/aoc-23-cpp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dssgabriel%2Faoc-23-cpp/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264175290,"owners_count":23568436,"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":["advent-of-code-2023","cpp"],"created_at":"2025-06-08T07:31:08.050Z","updated_at":"2025-07-08T01:31:19.753Z","avatar_url":"https://github.com/dssgabriel.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Advent of Code 2023\n\nThis year, I'll be trying to do AoC in \"modern\" C++. I am a seasoned C programmer but I'd like to have a taste of what C++17 and above can offer, especially in terms of functional-like programming. Feel free to submit issues and PRs if you have suggestions to make my solutions more idiomatic.\n\nMy primary goal is not performance, although I'd like to achieve almost-optimal solutions (can't throw away my HPC background, duh).\n\n## Building and running the solutions\n\n### Pre-requisites\n- [CMake](https://cmake.org/) v3.24+\n- [{fmt}](https://fmt.dev/latest/index.html) v10.0+\n- A C++23-capable compiler, GNU g++ v13.2 being the most usable at the moment.\n\n### Building\nBuild using CMake, e.g. using Ninja as generator:\n```sh\ncmake -S . -B build/release -G Ninja -DCMAKE_BUILD_TYPE=Release\ncmake --build build/release --target day\u003cDAY_NUMBER\u003e\n```\n\n### Running\nSimply run the compiled binary. You can optionally pass the path to your own text input:\n```sh\nbuild/release/day\u003cDAY_NUMBER\u003e [path/to/input]\n```\n\n## What is AoC all about?\n[Advent of Code](https://adventofcode.com/) is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like. People use them as a speed contest, interview prep, company training, university coursework, practice problems, or to challenge each other.\n\nYou don't need a computer science background to participate - just a little programming knowledge and some problem solving skills will get you pretty far. Nor do you need a fancy computer; every problem has a solution that completes in at most 15 seconds on ten-year-old hardware.\n\nIf you'd like to support Advent of Code, you can do so indirectly by helping to [share](https://adventofcode.com/2023/about) it with others, or directly via PayPal or Coinbase.\n\n## Credits\nPuzzles, Code, \u0026 Design: [Eric Wastl](https://twitter.com/ericwastl)\n\nBeta Testing:\n- [Tim Giannetti](https://twitter.com/Sr_Giannetti)\n- Ben Lucek\n- [JP Burke](https://twitter.com/yatpay)\n- [Aneurysm9](https://twitter.com/Aneurysm9)\n- Andrew Skalski\n\nCommunity Managers: [Danielle Lucek](https://www.reddit.com/user/daggerdragon) and [Aneurysm9](https://twitter.com/Aneurysm9)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdssgabriel%2Faoc-23-cpp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdssgabriel%2Faoc-23-cpp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdssgabriel%2Faoc-23-cpp/lists"}