{"id":22311834,"url":"https://github.com/fabmax/aoc-kt","last_synced_at":"2025-03-26T02:20:47.184Z","repository":{"id":265895509,"uuid":"896807910","full_name":"fabmax/aoc-kt","owner":"fabmax","description":"🎅 ☃️ Advent of code 2024 in Kotlin! 🎁 🎄","archived":false,"fork":false,"pushed_at":"2024-12-25T13:07:51.000Z","size":325,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-30T23:37:51.314Z","etag":null,"topics":["advent-of-code","advent-of-code-2024","aoc-2024-in-kotlin"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","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/fabmax.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":"2024-12-01T11:12:47.000Z","updated_at":"2024-12-25T13:07:55.000Z","dependencies_parsed_at":"2024-12-01T12:35:27.039Z","dependency_job_id":"9f714d2b-6a6f-4e24-9c87-1ce6634e63be","html_url":"https://github.com/fabmax/aoc-kt","commit_stats":null,"previous_names":["fabmax/aoc-kt"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabmax%2Faoc-kt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabmax%2Faoc-kt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabmax%2Faoc-kt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabmax%2Faoc-kt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fabmax","download_url":"https://codeload.github.com/fabmax/aoc-kt/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245573896,"owners_count":20637678,"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-2024","aoc-2024-in-kotlin"],"created_at":"2024-12-03T21:29:38.948Z","updated_at":"2025-03-26T02:20:47.162Z","avatar_url":"https://github.com/fabmax.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Advent of code 2024 (in kotlin)\n\nMy solutions to the puzzles of [Advent of code 2024](https://adventofcode.com/2023/)\n\n## Results\n\n- **[Day 1:](src/main/kotlin/y2024/day01/Day01.kt) Historian Hysteria**\n  Nice warm-up!\n\n \n  \n## Running the Puzzles\n\nIn order to run the puzzles, you need to place your puzzle input into correctly named `.txt` files in the `inputs/2024/` directory:\nThe implementation expects the day's puzzle input in a file called `day[xx].txt` where `[xx]` has to be replaced by\nthe day number (e.g. `day01.txt` for day 1, `day10.txt` for day 10, etc.)\n\nMoreover, test-input can be specified in separate `.txt` files in the same directory: `day01_test.txt` for day 1's\ntest input and so on. Multiple test inputs for the same day can be given by appending an extra number:\n`day02_test1.txt`, `day02_test2.txt`, etc.\n\nTest input files are expected to start with a single line containing the expected results (if already known):\n```\ntest1=?; test2=?; part1=?; part2=?\n\n[test input here]\n```\nWhere the `?` can be replaced with the expected results for part 1 / part 2 (for test input and main puzzle). You can\nalso keep the `?` or remove the entire entry if the expected result is not yet known. Moreover, if the expected\ntest result is only specified for a single part, only that part is executed.\n\n## Previous Advents of Code\n\nFrom time to time I solve puzzles from the previous years. Solutions are located in their individual packages:\n\n- [y2023](src/main/kotlin/y2023): All solutions for year 2023 (50 stars)\n- [y2022](src/main/kotlin/y2022): All solutions for year 2022 (50 stars)\n- [y2015](src/main/kotlin/y2015): Days 1 to 21 for year 2015 (42 stars so far)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabmax%2Faoc-kt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffabmax%2Faoc-kt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabmax%2Faoc-kt/lists"}