{"id":24780324,"url":"https://github.com/andreiyard/advent_of_code_2015","last_synced_at":"2025-08-29T13:32:15.274Z","repository":{"id":273700476,"uuid":"920591246","full_name":"andreiyard/advent_of_code_2015","owner":"andreiyard","description":"My solutions to 2015 Advent of Code (https://adventofcode.com/2015) written in Zig","archived":false,"fork":false,"pushed_at":"2025-01-25T17:56:32.000Z","size":19,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-28T17:40:26.052Z","etag":null,"topics":["advent-of-code","zig"],"latest_commit_sha":null,"homepage":"","language":"Zig","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/andreiyard.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}},"created_at":"2025-01-22T12:31:21.000Z","updated_at":"2025-01-25T17:56:35.000Z","dependencies_parsed_at":"2025-01-28T17:40:27.124Z","dependency_job_id":null,"html_url":"https://github.com/andreiyard/advent_of_code_2015","commit_stats":null,"previous_names":["andreynaydenov/advent_of_code_2015","andreiyard/advent_of_code_2015"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreiyard%2Fadvent_of_code_2015","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreiyard%2Fadvent_of_code_2015/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreiyard%2Fadvent_of_code_2015/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreiyard%2Fadvent_of_code_2015/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andreiyard","download_url":"https://codeload.github.com/andreiyard/advent_of_code_2015/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245207179,"owners_count":20577636,"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":["advent-of-code","zig"],"created_at":"2025-01-29T10:21:29.514Z","updated_at":"2025-03-24T04:20:17.146Z","avatar_url":"https://github.com/andreiyard.png","language":"Zig","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Advent of Code 2015 in Zig\n\n## Usage:\n1. Use init_day.sh to init solution directory in `src/`\n2. Put your task input to `src/dayXX/input.txt`\n3. Write your code solutions in `src/dayXX/main.zig`\n4. Build and run (see [Build and run](#build-and-run))\n\n## Build and run:\n- To build all days run ```zig build --summary all```  \nArg `run` can be added, to also run all compiled solutions\n- To build and run single day use ```zig build -Dday=\u003cday_number\u003e run```\n\n## TODO:\n\n- ~~init_day.sh script to create default day dir layout~~\n- ~~init_day.sh change all path to be relative to script, not cwd~~\n- ~~build.zig that iterates over all day dirs, compiles and runs solutions~~\n- ~~build option `-Dday=\u003cdaynum\u003e` to compile and run single day~~\n- ~~day1 solution~~\n- ~~what is the best way to read an input? (I choose @embedFile)~~\n- build option `-Dexample=\u003cexamplenum\u003e` that shows that we need to use example input with some number instead of main input\n- build option `-Dseq` to run solutions sequentially (1,2,3...)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandreiyard%2Fadvent_of_code_2015","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandreiyard%2Fadvent_of_code_2015","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandreiyard%2Fadvent_of_code_2015/lists"}