{"id":18472591,"url":"https://github.com/nizos/aoc2022-cpp","last_synced_at":"2025-07-20T01:34:19.427Z","repository":{"id":73399987,"uuid":"573163092","full_name":"nizos/aoc2022-cpp","owner":"nizos","description":"Advent of Code 2022","archived":false,"fork":false,"pushed_at":"2022-12-04T09:33:14.000Z","size":34,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-27T13:43:15.439Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nizos.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":"2022-12-01T20:50:03.000Z","updated_at":"2023-07-14T18:17:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"614d296c-cfa2-44a9-ae95-970f5ba405d3","html_url":"https://github.com/nizos/aoc2022-cpp","commit_stats":null,"previous_names":["nizos/aoc2022-cpp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nizos/aoc2022-cpp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nizos%2Faoc2022-cpp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nizos%2Faoc2022-cpp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nizos%2Faoc2022-cpp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nizos%2Faoc2022-cpp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nizos","download_url":"https://codeload.github.com/nizos/aoc2022-cpp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nizos%2Faoc2022-cpp/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266053853,"owners_count":23869498,"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":[],"created_at":"2024-11-06T10:21:03.647Z","updated_at":"2025-07-20T01:34:19.408Z","avatar_url":"https://github.com/nizos.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Advent of Code 2022\n\n## Requirements\n\nRequires `g++`, `cmake`, and `libgtest-dev`.\n\n## Build and run\n\n### Build\n\nThe program can be built by running the following command.\n\n```bash\nmkdir -p build \u0026\u0026 cd build\ncmake ../\nmake\n```\n\n### Run\n\nThe program can be run after building it by running the following command.\n\n```bash\n# in ./build directory\n./main\n```\n\n### Test\n\nUnit tests can be performed by running the following commands.\n\n```bash\n# in ./build directory\n./runTests\n```\n\n## Scripts\n\nThe following scripts are provided for convention.\n\n### Build \u0026 Run\n\n```bash\n./scripts/run.sh\n```\n\n### Build \u0026 Test\n\n```bash\n./scripts/test.sh\n```\n\n## Additional commands\n\n### Fix scripts mode\n\n```bash\nchmod +x scripts/*\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnizos%2Faoc2022-cpp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnizos%2Faoc2022-cpp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnizos%2Faoc2022-cpp/lists"}