{"id":18153775,"url":"https://github.com/dlesbre/advent-of-code","last_synced_at":"2026-02-07T21:32:18.178Z","repository":{"id":64546700,"uuid":"573472846","full_name":"dlesbre/advent-of-code","owner":"dlesbre","description":"Puzzle solutions for advent of code 2022, 2023 and 2024","archived":false,"fork":false,"pushed_at":"2025-01-14T14:44:35.000Z","size":401,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-14T16:08:48.670Z","etag":null,"topics":["advent-of-code","advent-of-code-2022","advent-of-code-2023","advent-of-code-2024","ocaml","rust"],"latest_commit_sha":null,"homepage":"","language":"OCaml","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/dlesbre.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":"2022-12-02T14:45:11.000Z","updated_at":"2025-01-14T14:44:38.000Z","dependencies_parsed_at":"2024-11-02T03:08:11.029Z","dependency_job_id":"9869e3c2-cea7-4d8a-9050-3b1f8285db5e","html_url":"https://github.com/dlesbre/advent-of-code","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dlesbre%2Fadvent-of-code","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dlesbre%2Fadvent-of-code/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dlesbre%2Fadvent-of-code/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dlesbre%2Fadvent-of-code/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dlesbre","download_url":"https://codeload.github.com/dlesbre/advent-of-code/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238609754,"owners_count":19500669,"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","advent-of-code-2022","advent-of-code-2023","advent-of-code-2024","ocaml","rust"],"created_at":"2024-11-02T03:08:04.699Z","updated_at":"2025-10-28T07:30:40.875Z","avatar_url":"https://github.com/dlesbre.png","language":"OCaml","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- LTeX: language=en --\u003e\n\n# Advent of Code\n\nPuzzle solutions for [advent of code 2022](https://adventofcode.com/2022/) and [2024](https://adventofcode.com/2024), in OCaml, as well as [advent of code 2023](https://adventofcode.com/2023/), in Rust.\nMost run under 1s, all run under 5 minutes.\n\nBuilding just requires a not too old [ocamlopt](https://v2.ocaml.org/docs/install.html)\nor [rustc](https://www.rust-lang.org/tools/install).\nI tested it on **OCaml 4.14.0** and **Rust 1.71.1** (but it should work with other versions as well).\n\nTo compile and test on a perticular day's puzzle, use\n```bash\nmake YEAR=2022 DAY=03 compile  # compiles\nmake YEAR=2022 DAY=03          # compiles and runs (part 2) on test date\nmake YEAR=2022 DAY=03 run      # compiles and runs on real data\n```\n\n**Note:** test and data files are not included in this repository for\n[copyright reasons](https://adventofcode.com/about#faq_copying). In order to\nrun the solution (`make` or `make run`), go to the corresponding AOC puzzle and copy:\n- the example input to `\u003cyear\u003e/\u003cday\u003e/puzzle_test.txt`\n- the true input to `\u003cyear\u003e/\u003cday\u003e/puzzle_data.txt`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdlesbre%2Fadvent-of-code","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdlesbre%2Fadvent-of-code","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdlesbre%2Fadvent-of-code/lists"}