{"id":20145162,"url":"https://github.com/guidoschmidt/advent-of-code","last_synced_at":"2026-06-05T02:31:17.694Z","repository":{"id":216462997,"uuid":"729031520","full_name":"guidoschmidt/advent-of-code","owner":"guidoschmidt","description":"🎄🖤🦎 Advent of Code 2023/2024 using zig","archived":false,"fork":false,"pushed_at":"2026-02-08T21:06:05.000Z","size":339,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-09T02:47:21.868Z","etag":null,"topics":["advent-of-code","advent-of-code-2023","advent-of-code-2023-zig","advent-of-code-2024","advent-of-code-2024-zig","zig"],"latest_commit_sha":null,"homepage":"","language":"Zig","has_issues":false,"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/guidoschmidt.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-12-08T08:50:10.000Z","updated_at":"2026-02-08T21:06:09.000Z","dependencies_parsed_at":"2025-12-05T16:10:47.516Z","dependency_job_id":null,"html_url":"https://github.com/guidoschmidt/advent-of-code","commit_stats":null,"previous_names":["guidoschmidt/advent-of-code.2023"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/guidoschmidt/advent-of-code","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guidoschmidt%2Fadvent-of-code","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guidoschmidt%2Fadvent-of-code/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guidoschmidt%2Fadvent-of-code/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guidoschmidt%2Fadvent-of-code/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/guidoschmidt","download_url":"https://codeload.github.com/guidoschmidt/advent-of-code/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guidoschmidt%2Fadvent-of-code/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33927314,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-05T02:00:06.157Z","response_time":120,"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-2023-zig","advent-of-code-2024","advent-of-code-2024-zig","zig"],"created_at":"2024-11-13T22:14:34.677Z","updated_at":"2026-06-05T02:31:17.688Z","avatar_url":"https://github.com/guidoschmidt.png","language":"Zig","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![CI](https://github.com/guidoschmidt/advent-of-code/actions/workflows/build.yml/badge.svg)](https://github.com/guidoschmidt/advent-of-code/actions/workflows/build.yml)\n\n# Advent Of Code 🎄 [zig](https://ziglang.org/) solutions\n\n1. Install [zig](https://ziglang.org/) ([.zigversion](./.zigversion)), preferably using [zvm](https://github.com/tristanisham/zvm)\n2. Run `zig build run` to select a specific day\n3. Run `zig build run -- DAY`, e.g. `zig build run -- 9` to run a specific day \n\n### AOC_COOKIE\nTo obtain the puzzle inputs, you need to set the environment variable\n`ACO_COOKIE` to the session cookie value from adventofcode.com: \n\nfish shell:\n```fish\nset -Ux AOC_COOKIE session=XXX...\n```\n\nPowershell:\n```pwsh\n[System.Environment]::SetEnvironmentVariable(\"AOC_COOKIE\", \"session=XXX...\")\n```\n\n### @TODO\n- Use [terminal grahpics\n  protocol](https://sw.kovidgoyal.net/kitty/graphics-protocol/) via\n  [libvaxis](https://github.com/rockorager/libvaxis)\n- Implement common re-usable data structures (e.g. 2D map, graph, etc.) and\n  algorithms (e.g. depth-first search, dijkstra/A* shortest-path like algorithms\n  etc.)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguidoschmidt%2Fadvent-of-code","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fguidoschmidt%2Fadvent-of-code","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguidoschmidt%2Fadvent-of-code/lists"}