{"id":18613314,"url":"https://github.com/pchol22/adventofcode-23","last_synced_at":"2026-04-28T17:35:23.499Z","repository":{"id":210344851,"uuid":"725909885","full_name":"PChol22/adventofcode-23","owner":"PChol22","description":"This repository contains my solutions to the Advent of Code 2023 challenges, written in JavaScript and C++","archived":false,"fork":false,"pushed_at":"2023-12-12T07:38:37.000Z","size":248,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-17T00:37:12.668Z","etag":null,"topics":["advent-of-code","competitive-programming","cpp","javascript"],"latest_commit_sha":null,"homepage":"","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/PChol22.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":"2023-12-01T05:57:13.000Z","updated_at":"2023-12-09T05:18:11.000Z","dependencies_parsed_at":"2023-12-09T06:24:23.532Z","dependency_job_id":"fb48f292-abd1-45e9-87da-847886442593","html_url":"https://github.com/PChol22/adventofcode-23","commit_stats":null,"previous_names":["pchol22/advent-of-code-23-javascript","pchol22/adventofcode-23"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/PChol22/adventofcode-23","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PChol22%2Fadventofcode-23","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PChol22%2Fadventofcode-23/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PChol22%2Fadventofcode-23/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PChol22%2Fadventofcode-23/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PChol22","download_url":"https://codeload.github.com/PChol22/adventofcode-23/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PChol22%2Fadventofcode-23/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32392300,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T14:34:11.604Z","status":"ssl_error","status_checked_at":"2026-04-28T14:32:37.009Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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","competitive-programming","cpp","javascript"],"created_at":"2024-11-07T03:21:30.516Z","updated_at":"2026-04-28T17:35:23.469Z","avatar_url":"https://github.com/PChol22.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Advent of Code 2023 - JavaScript and C++ - By Pchol22\n\nThis repository contains my solutions to the [Advent of Code 2023](https://adventofcode.com/2023) challenges.\n\n- 🏆 I am competing using **JavaScript**.\n- 🐣 I also try to solve the challenges using **C++**, to get better at it.\n\nEach folder contains the JS and C++ solution to the corresponding day, plus a input.txt file containing **MY** input data for that day. Replace the input data with your own if you need to!\n\n## How to run JavaScript solutions?\n\nExample for day 1:\n\n```bash\nnode ./day01/solution.js\n```\n\n## How to run C++ solutions?\n\nExample for day 1:\n\n```bash\ncd ./day01\ng++ solution.cpp -o output \u0026\u0026 ./output \u0026\u0026 rm output\n```\n\n## My results so far using the **JavaScript** solutions\n\n### Day 1\n\n⭐️: **683**th - ⭐️⭐️: **3249**th - [View solution](./day01/solution.js)\n\n### Day 2\n\n⭐️: **1766**th - ⭐️⭐️: **1500**th - [View solution](./day02/solution.js)\n\n### Day 3\n\n⭐️: **4442**th - ⭐️⭐️: **4803**th - [View solution](./day03/solution.js)\n\n### Day 4\n\n⭐️: **597**th - ⭐️⭐️: **4495**th - [View solution](./day04/solution.js)\n\n### Day 5\n\n⭐️: **2515**th - ⭐️⭐️: **1412**th - [View solution](./day05/solution.js)\n\n### Day 6\n\n⭐️: **2269**th - ⭐️⭐️: **2387**th - [View solution](./day06/solution.js)\n\n### Day 7\n\n⭐️: **925**th - ⭐️⭐️: **1402**th - [View solution](./day07/solution.js)\n\n### Day 8 🍻 🤮 😴 😵‍💫 (started at T+12H)\n\n⭐️: **45121**th - ⭐️⭐️: **31928**th - [View solution](./day08/solution.js)\n\n### Day 9\n\n⭐️: **1625**th - ⭐️⭐️: **1375**th - [View solution](./day09/solution.js)\n\n### Day 10 😴 (started at T+5H)\n\n⭐️: **17015**th - ⭐️⭐️: **8378**th - [View solution](./day10/solution.js)\n\n### Day 11\n\n⭐️: **842**th - ⭐️⭐️: **623**th - [View solution](./day11/solution.js)\n\n### Day 12\n\n⭐️: **509**th - ⭐️⭐️: **2200**th - [View solution](./day12/solution.js)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpchol22%2Fadventofcode-23","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpchol22%2Fadventofcode-23","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpchol22%2Fadventofcode-23/lists"}