{"id":22614003,"url":"https://github.com/nuiipointerexception/aoc_zig_templ","last_synced_at":"2025-10-10T11:37:06.284Z","repository":{"id":267081052,"uuid":"900212609","full_name":"nuIIpointerexception/aoc_zig_templ","owner":"nuIIpointerexception","description":"A easy to use template for building solutions for advent of code! 🎄✨","archived":false,"fork":false,"pushed_at":"2024-12-08T08:22:33.000Z","size":11,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-27T03:39:36.297Z","etag":null,"topics":["advent-of-code","aoc","zig","ziglang"],"latest_commit_sha":null,"homepage":"","language":"Zig","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/nuIIpointerexception.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,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-12-08T07:00:57.000Z","updated_at":"2024-12-10T16:59:59.000Z","dependencies_parsed_at":"2024-12-08T08:17:47.195Z","dependency_job_id":"1e5b1782-1f5c-4eb4-a4fc-05e105655c7d","html_url":"https://github.com/nuIIpointerexception/aoc_zig_templ","commit_stats":null,"previous_names":["nuiipointerexception/aoc_zig_templ"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/nuIIpointerexception/aoc_zig_templ","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuIIpointerexception%2Faoc_zig_templ","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuIIpointerexception%2Faoc_zig_templ/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuIIpointerexception%2Faoc_zig_templ/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuIIpointerexception%2Faoc_zig_templ/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nuIIpointerexception","download_url":"https://codeload.github.com/nuIIpointerexception/aoc_zig_templ/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuIIpointerexception%2Faoc_zig_templ/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279003711,"owners_count":26083610,"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-10-10T02:00:06.843Z","response_time":62,"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","aoc","zig","ziglang"],"created_at":"2024-12-08T18:06:41.377Z","updated_at":"2025-10-10T11:37:06.265Z","avatar_url":"https://github.com/nuIIpointerexception.png","language":"Zig","funding_links":[],"categories":[],"sub_categories":[],"readme":"# aoc_zig\n\nThis is my template repository for the [Advent of Code](https://adventofcode.com/) challenges in [Zig](https://ziglang.org/).\nIt includes a neat build system for fetching inputs, submitting solutions, and managing AoC code.\n\n## Features\n- Automatic input data fetching\n- Submit your result with a command!\n- Tests and benchmarking!\n- Supports every year and every day!\n\n## Usage\n\nTo fetch the input data for solutions, you need to provide a `TOKEN` file in the root directory of the repository. This file should contain a single line with your [advent of code](https://adventofcode.com/) cookie.\n\n### Build \u0026 Run:\n```bash\nzig build \u003cday\u003e -Dyear=\u003cyear\u003e\n```\n```bash\nzig build 1\n```\nIf no year is provided, the current year will be used.\nIf no day is provided, the current day will be used.\n### Test:\n```bash\nzig build test:\u003cday\u003e -Dyear=\u003cyear\n```\nexample for day 1 (automatic year detection):\n```bash\nzig build test:1\n```\n### Submit:\n```bash\nzig build submit:\u003cday\u003e -Dyear=\u003cyear\n```\nexample:\n```bash\nzig build submit:1\n```\n### Hard reset / clean project:\n```bash\nzig build clean\n```\nNOTE: For your own safety you will have to add -Dconfirm=true to confirm this action!\n## Contributing\n\nContributions are welcome!\nIf you have a solution to an existing solution,\nfeel free to submit a PR.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](./LICENSE) file for details","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnuiipointerexception%2Faoc_zig_templ","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnuiipointerexception%2Faoc_zig_templ","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnuiipointerexception%2Faoc_zig_templ/lists"}