{"id":17237272,"url":"https://github.com/mackenziestarr/advent-of-code","last_synced_at":"2025-08-22T06:07:53.172Z","repository":{"id":77365333,"uuid":"159967912","full_name":"mackenziestarr/advent-of-code","owner":"mackenziestarr","description":"advent of code exercises","archived":false,"fork":false,"pushed_at":"2023-12-07T14:06:07.000Z","size":221,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-26T01:44:57.402Z","etag":null,"topics":["advent-of-code-2018","advent-of-code-2019","advent-of-code-2020","advent-of-code-2021","cpp","ocaml","rust"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mackenziestarr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2018-12-01T17:09:03.000Z","updated_at":"2021-12-15T06:02:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"53850f2e-657e-4690-9be2-4f04ac94f70f","html_url":"https://github.com/mackenziestarr/advent-of-code","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mackenziestarr/advent-of-code","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mackenziestarr%2Fadvent-of-code","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mackenziestarr%2Fadvent-of-code/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mackenziestarr%2Fadvent-of-code/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mackenziestarr%2Fadvent-of-code/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mackenziestarr","download_url":"https://codeload.github.com/mackenziestarr/advent-of-code/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mackenziestarr%2Fadvent-of-code/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271594375,"owners_count":24786707,"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-22T02:00:08.480Z","response_time":65,"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-2018","advent-of-code-2019","advent-of-code-2020","advent-of-code-2021","cpp","ocaml","rust"],"created_at":"2024-10-15T05:42:25.829Z","updated_at":"2025-08-22T06:07:53.134Z","avatar_url":"https://github.com/mackenziestarr.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Advent of Code\n\n## 2021\n\n### language: Rust\n\n```shell session\ncd 2021\ncargo run day-XX # e.g. day-01\n```\n\n## 2020\n\n### language: C++20\n\n```shell session\ncd 2020\n# run all tests\nbazelisk test //...\n# run a single day\nbazelisk run //src:day-01\n```\n\n## 2019\n\n### language: C++\n\n```shell session\ncd 2019\nwget -O third_party/catch.hpp https://github.com/catchorg/Catch2/releases/download/v2.11.0/catch.hpp\nmake day_\u003cday_num\u003e\nmake day_\u003cday_num\u003e_test\n```\n\n## 2018\n\n### language: OCaml\n\n#### setup for osx\n\n```shell session\nbrew install ocaml\nbrew install opam\nopam init\nopam install ocamlbuild\n# add packages installed via opam to PATH\necho export PATH=\"\\$PATH:$HOME/.opam/default/bin\" \u003e\u003e ~/.bashrc\n```\n\n#### compiling an exercise\n\n```shell session\n# assuming cwd contains some_file.ml\nocamlbuild some_file.native\n./some_file.native\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmackenziestarr%2Fadvent-of-code","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmackenziestarr%2Fadvent-of-code","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmackenziestarr%2Fadvent-of-code/lists"}