{"id":25435758,"url":"https://github.com/quentin18/advent-of-code","last_synced_at":"2025-05-15T01:11:30.101Z","repository":{"id":214213584,"uuid":"725792331","full_name":"Quentin18/advent-of-code","owner":"Quentin18","description":":christmas_tree: My Advent of Code solutions","archived":false,"fork":false,"pushed_at":"2024-12-27T18:20:09.000Z","size":377,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-17T07:35:44.458Z","etag":null,"topics":["advent-of-code"],"latest_commit_sha":null,"homepage":"https://adventofcode.com/","language":"Python","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/Quentin18.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-30T22:09:50.000Z","updated_at":"2024-12-27T18:20:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"3cad2eee-d4a6-4ee8-9a13-3b5091847f36","html_url":"https://github.com/Quentin18/advent-of-code","commit_stats":null,"previous_names":["quentin18/advent-of-code"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quentin18%2Fadvent-of-code","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quentin18%2Fadvent-of-code/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quentin18%2Fadvent-of-code/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quentin18%2Fadvent-of-code/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Quentin18","download_url":"https://codeload.github.com/Quentin18/advent-of-code/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254254038,"owners_count":22039792,"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"],"created_at":"2025-02-17T07:31:54.496Z","updated_at":"2025-05-15T01:11:25.085Z","avatar_url":"https://github.com/Quentin18.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🎄 Advent of Code 🎄\n\n[![CI](https://github.com/Quentin18/advent-of-code/actions/workflows/build.yml/badge.svg)](https://github.com/Quentin18/advent-of-code/actions/workflows/build.yml)\n[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit\u0026logoColor=white)](https://pre-commit.com/)\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\n[![Imports: isort](https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat\u0026labelColor=ef8336)](https://pycqa.github.io/isort/)\n[![License: MIT](https://img.shields.io/badge/license-MIT-green)](https://github.com/Quentin18/advent-of-code)\n\nThis repository contains my Python solutions to the [Advent of Code](https://adventofcode.com/) puzzles.\n\n## Installation\n\nClone the repository:\n\n```bash\ngit clone https://github.com/Quentin18/advent-of-code.git\n```\n\nMove to the root of the repository:\n\n```bash\ncd advent-of-code/\n```\n\nInstall the dependencies:\n\n```bash\npip install -r requirements.txt\n```\n\n## Usage\n\n- The repository contains **one folder per year**.\n- For each year, there is **one folder per day** named `day[xx]`.\n- For each day, the following files are present:\n    - Test input in `input_test.txt`\n    - Puzzle input in `input.txt`\n    - Script to solve part 1 in `part1.py`\n    - Script to solve part 2 in `part2.py`\n\n### Run a solution\n\nMove in the directory of the puzzle day (example with day 1 of 2023):\n\n```bash\ncd 2023/day01/\n```\n\nRun the `part1.py` script to get the solution of the first part:\n\n```bash\npython part1.py\n```\n\nRun the `part2.py` script to get the solution of the second part:\n\n```bash\npython part2.py\n```\n\n### Make a new day\n\nTo make the folder for a new day, use the `make_new_day.sh` script (example with day 1 of 2023):\n\n```bash\n./make_new_day.sh 2023/day01\n```\n\n## Author\n\n[Quentin Deschamps](mailto:quentindeschamps18@gmail.com)\n\n## License\n\n[MIT](https://choosealicense.com/licenses/mit/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquentin18%2Fadvent-of-code","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fquentin18%2Fadvent-of-code","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquentin18%2Fadvent-of-code/lists"}