{"id":16207964,"url":"https://github.com/applejag/adventofcode-2023-zig","last_synced_at":"2025-09-03T13:40:05.240Z","repository":{"id":210066563,"uuid":"725644736","full_name":"applejag/adventofcode-2023-zig","owner":"applejag","description":"My attempt at Advent of Code 2023 using Zig","archived":false,"fork":false,"pushed_at":"2023-12-09T14:42:01.000Z","size":122,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-28T17:08:13.028Z","etag":null,"topics":["advent-of-code","advent-of-code-2023","advent-of-code-zig","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":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/applejag.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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}},"created_at":"2023-11-30T15:20:47.000Z","updated_at":"2025-03-17T23:24:52.000Z","dependencies_parsed_at":"2024-11-03T14:01:31.535Z","dependency_job_id":"ec83d865-18b4-498b-9212-ecb181c06883","html_url":"https://github.com/applejag/adventofcode-2023-zig","commit_stats":null,"previous_names":["applejag/adventofcode-2023-zig"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/applejag/adventofcode-2023-zig","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/applejag%2Fadventofcode-2023-zig","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/applejag%2Fadventofcode-2023-zig/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/applejag%2Fadventofcode-2023-zig/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/applejag%2Fadventofcode-2023-zig/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/applejag","download_url":"https://codeload.github.com/applejag/adventofcode-2023-zig/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/applejag%2Fadventofcode-2023-zig/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273453426,"owners_count":25108470,"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-09-03T02:00:09.631Z","response_time":76,"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","advent-of-code-2023","advent-of-code-zig","zig","ziglang"],"created_at":"2024-10-10T10:14:57.015Z","updated_at":"2025-09-03T13:40:05.212Z","avatar_url":"https://github.com/applejag.png","language":"Zig","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!--\nSPDX-FileCopyrightText: 2023 Kalle Fagerberg\n\nSPDX-License-Identifier: CC-BY-4.0\n--\u003e\n\n# Advent of Code 2022 via Zig\n\n[![REUSE status](https://api.reuse.software/badge/github.com/applejag/adventofcode-2023-zig)](https://api.reuse.software/info/github.com/applejag/adventofcode-2023-zig)\n\nThis repo contains my attempt at Advent of Code 2023\n(\u003chttps://adventofcode.com/2023\u003e).\n\n## Running\n\nRequires Zig v0.12.0-dev.1769, 2023-12-01 (or later): \u003chttps://ziglang.org/download/\u003e\n\n```console\n$ zig build run\ninfo: Usage: adventofcode-2023-zig [flags]\n\nFlags:\n  -d, --day=int    Advent calendar day. Number between 1 and 5\n  -p, --part=int   Part of day, 1 or 2 (default 1)\n```\n\n```console\n$ zig build run -- --day 1\ninfo: Running day 01 part 1\ninfo: Sum = 54990\n```\n\nThe code to run the different days are a bit overkill, but I wanted to try\nhow far I could get with Zig's type system.\n\nOn the plus side, very far! On the down side, the LSP starts failing to\nunderstand quite quickly once you do some inline switches and comptime.\n\n## License\n\nThis repository is licensed under multiple licenses, following the\n[REUSE](https://reuse.software/) specification (version 3.0).\n\n- All Zig files uses BSD-3-Clause\n- Some documentation uses CC-BY-4.0\n- Other miscellaneous files uses CC0-1.0\n\nSee the file header or accompanying `.license` file on a per-file basis\nfor a more exact answer.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapplejag%2Fadventofcode-2023-zig","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapplejag%2Fadventofcode-2023-zig","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapplejag%2Fadventofcode-2023-zig/lists"}