{"id":23701237,"url":"https://github.com/cornips/advent-of-code","last_synced_at":"2026-01-29T11:30:16.096Z","repository":{"id":228338039,"uuid":"728445539","full_name":"cornips/advent-of-code","owner":"cornips","description":"These are my solutions to the Advent of Code puzzles. https://adventofcode.com","archived":false,"fork":false,"pushed_at":"2023-12-07T00:43:38.000Z","size":37,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-30T09:32:59.504Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/cornips.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}},"created_at":"2023-12-07T00:40:48.000Z","updated_at":"2023-12-07T00:43:42.000Z","dependencies_parsed_at":"2024-03-18T10:21:45.947Z","dependency_job_id":null,"html_url":"https://github.com/cornips/advent-of-code","commit_stats":null,"previous_names":["cornips/advent-of-code"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cornips%2Fadvent-of-code","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cornips%2Fadvent-of-code/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cornips%2Fadvent-of-code/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cornips%2Fadvent-of-code/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cornips","download_url":"https://codeload.github.com/cornips/advent-of-code/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239776697,"owners_count":19695154,"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-12-30T09:33:06.821Z","updated_at":"2026-01-29T11:30:16.030Z","avatar_url":"https://github.com/cornips.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Advent of Code solutions\n\nThis repository contains my solutions to the [Advent of Code](https://adventofcode.com/) challenges.\nEach solution is written in Node. The solutions are organized by year and day.\n\n## Getting started\n\n```bash\npnpm install\npnpm start\n```\n\n## Creating a new exercise folder\n\nTo create a new exercise folder, run one of the following commands:\n```bash\npnpm new # defaults to the current year and day\npnpm new \u003cday\u003e # specific day, defaults to the current year\npnpm new \u003cday\u003e --year \u003cyear\u003e # specific day and year\n```\n\n## Running a specific exercise\n\nInstead of going through the menu, you can run a specific exercise directly.\n```bash\npnpm start -t # runs the exercise for today\npnpm start --day \u003cday\u003e # runs the exercise for a specific day in the current year\npnpm start --year \u003cyear\u003e --day \u003cday\u003e # runs the exercise for a specific year and day\n```\n\n## Flags\n\n- `-h, --help`: Displays help text\n- `-v, --verbose`: Enables verbose logging\n- `-w, --watch`: Enables watch mode\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcornips%2Fadvent-of-code","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcornips%2Fadvent-of-code","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcornips%2Fadvent-of-code/lists"}