{"id":29358183,"url":"https://github.com/average-user/adventofcode-clj-2017","last_synced_at":"2025-07-09T06:09:07.496Z","repository":{"id":303191505,"uuid":"115367625","full_name":"Average-user/adventofcode-clj-2017","owner":"Average-user","description":"solutions to http://adventofcode.com/2017 written Clojure","archived":false,"fork":false,"pushed_at":"2018-01-10T23:48:52.000Z","size":149,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-06T08:44:00.003Z","etag":null,"topics":["advent-of-code","advent-of-code-2017","adventofcode","adventofcode2017","aoc2017"],"latest_commit_sha":null,"homepage":null,"language":"Clojure","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/Average-user.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"zenodo":null}},"created_at":"2017-12-25T23:06:53.000Z","updated_at":"2018-02-08T06:17:40.000Z","dependencies_parsed_at":"2025-07-06T08:44:03.774Z","dependency_job_id":"64324452-c0ae-403a-bad4-b9ca21d856ce","html_url":"https://github.com/Average-user/adventofcode-clj-2017","commit_stats":null,"previous_names":["average-user/adventofcode-clj-2017"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Average-user/adventofcode-clj-2017","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Average-user%2Fadventofcode-clj-2017","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Average-user%2Fadventofcode-clj-2017/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Average-user%2Fadventofcode-clj-2017/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Average-user%2Fadventofcode-clj-2017/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Average-user","download_url":"https://codeload.github.com/Average-user/adventofcode-clj-2017/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Average-user%2Fadventofcode-clj-2017/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264403827,"owners_count":23602623,"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-2017","adventofcode","adventofcode2017","aoc2017"],"created_at":"2025-07-09T06:08:58.120Z","updated_at":"2025-07-09T06:09:07.491Z","avatar_url":"https://github.com/Average-user.png","language":"Clojure","readme":"# Advent Of Code 2017 (Clojure)\n\nAn attempt to re-catch myself with Clojure, and hopefully stick with it,\nif you find something that you think can be improved you are more than\nwelcomed to make a contribution.\n\n## Project structure\n\nInput files will be stored at ```resources/dayXX.txt```\nand solutions in ```src/advent_of_code_2017/dayXX.clj```.\nThe file ```src/advent_of_code_2017/common.clj``` will have\nsome code that is used by multiple solutions, and will also\nexist a test file in ```test/advent_of_code_2017/core_test.clj```\n\n## Usage\n\nInside the project folder, the command:\n\n``` text\nlein run\n```\n\nwill show the solution for every puzzle so far implemented:\n\n``` text\n$ lein run\n\n  ===============================================\n | Day | Part | Solution                         |\n |===============================================|\n |  1  |  A   | 1216                             |\n |  1  |  B   | 1072                             |\n |  2  |  A   | 58975                            |\n |  2  |  B   | 308                              |\n |  3  |  A   | 552                              |\n |  3  |  B   | 330785                           |\n |  4  |  A   | 337                              |\n |  4  |  B   | 231                              |\n |  5  |  A   | 373160                           |\n |  5  |  B   | 26395586                         |\n |  6  |  A   | 12841                            |\n |  6  |  B   | 8038                             |\n |  7  |  A   | cyrupz                           |\n |  7  |  B   | 193                              |\n |  8  |  A   | 4066                             |\n |  8  |  B   | 4829                             |\n |  9  |  A   | 11089                            |\n |  9  |  B   | 5288                             |\n | 10  |  A   | 15990                            |\n | 10  |  B   | 90adb097dd55dea8305c900372258ac6 |\n | 11  |  A   | 818                              |\n | 11  |  B   | 1596                             |\n | 12  |  A   | 175                              |\n | 12  |  B   | 213                              |\n | 13  |  A   | 1476                             |\n | 13  |  B   | 3937334                          |\n | 14  |  A   | 8250                             |\n | 14  |  B   | 1113                             |\n | 15  |  A   | 650                              |\n | 15  |  B   | 336                              |\n | 16  |  A   | ociedpjbmfnkhlga                 |\n | 16  |  B   | gnflbkojhicpmead                 |\n | 17  |  A   | 1912                             |\n | 17  |  B   | 21066990                         |\n | 18  |  A   | 8600                             |\n | 18  |  B   | 7239                             |\n | 19  |  A   | MKXOIHZNBL                       |\n | 19  |  B   | 17872                            |\n | 20  |  A   | 119                              |\n | 20  |  B   | 471                              |\n | 21  |  A   | 152                              |\n | 21  |  B   | 1956174                          |\n | 22  |  A   | 5538                             |\n | 22  |  B   | 2511090                          |\n | 23  |  A   | 5929                             |\n | 23  |  B   | 907                              |\n | 24  |  A   | 1868                             |\n | 24  |  B   | 1841                             |\n | 25  |  A   | 4225                             |\n | 25  |  B   | Happy AoC !                      |\n  ===============================================\n```\n\n## [LICENSE](https://github.com/Average-user/adventofcode-clj-2017/tree/master/LICENSE)\n\n``` text\nMIT License\n\nCopyright (c) 2017 Lucas Polymeris\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faverage-user%2Fadventofcode-clj-2017","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faverage-user%2Fadventofcode-clj-2017","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faverage-user%2Fadventofcode-clj-2017/lists"}