{"id":19505585,"url":"https://github.com/bogdaaamn/advent-of-code-2023","last_synced_at":"2026-05-16T02:08:22.509Z","repository":{"id":210221503,"uuid":"725562950","full_name":"bogdaaamn/advent-of-code-2023","owner":"bogdaaamn","description":null,"archived":false,"fork":false,"pushed_at":"2023-12-07T11:56:15.000Z","size":59,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-08T10:46:29.122Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/bogdaaamn.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}},"created_at":"2023-11-30T12:08:14.000Z","updated_at":"2023-11-30T12:08:19.000Z","dependencies_parsed_at":"2024-11-10T22:33:18.478Z","dependency_job_id":"0649e626-7d41-4775-8719-ff4403115816","html_url":"https://github.com/bogdaaamn/advent-of-code-2023","commit_stats":null,"previous_names":["bogdaaamn/advent-of-code-2023"],"tags_count":0,"template":false,"template_full_name":"adrianklimek/advent-of-code-bun","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bogdaaamn%2Fadvent-of-code-2023","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bogdaaamn%2Fadvent-of-code-2023/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bogdaaamn%2Fadvent-of-code-2023/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bogdaaamn%2Fadvent-of-code-2023/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bogdaaamn","download_url":"https://codeload.github.com/bogdaaamn/advent-of-code-2023/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240754367,"owners_count":19852189,"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-11-10T22:32:00.652Z","updated_at":"2026-05-16T02:08:22.456Z","avatar_url":"https://github.com/bogdaaamn.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Advent of Code with Bun\n\nA template repository for solving Advent of Code and experimenting with Bun runtime.\n\n## Getting started\n\n1. Generate your repository using [this template](https://github.com/adrianklimek/advent-of-code-bun/generate).\n2. Make sure you have installed [Bun](https://bun.sh/docs/installation#installing).\n3. Install dependencies:\n\n```bash\nbun install\n```\n\n4. Create `.env` file based on `.env.example`.\n5. (Optional) Set your session token with environment variables to automatically fetch your input. You can obtain the session token from the AoC session cookie.\n\n## Running the Code\n\nTo run any solution you have to run the `solve` script. It will create all directories and files for a day, and also it can fetch your input file. Besides that, it watches all the changes you make and shows a result in a terminal.\n\n### Example usage\n\nTo run a solution for the first day:\n\n```bash\nbun solve 1\n```\n\nTo run tests in watch mode:\n\n```bash\nbun test --watch\n```\n\n## Structure\n\nFor each day a directory in `src` is created with the following structure:\n\n```bash\n📂 01\n├── 📜 01.ts\n├── 📜 01.test.ts\n├── 📜 example.txt\n└── 📜 input.txt\n```\n\n## Closing words\n\nHappy coding! 🎄✨\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbogdaaamn%2Fadvent-of-code-2023","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbogdaaamn%2Fadvent-of-code-2023","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbogdaaamn%2Fadvent-of-code-2023/lists"}