{"id":21367082,"url":"https://github.com/dbubenheim/advent-of-code-2019","last_synced_at":"2026-06-23T06:31:45.860Z","repository":{"id":45912093,"uuid":"499817652","full_name":"dbubenheim/advent-of-code-2019","owner":"dbubenheim","description":"My very own solutions to the amazing advent of code from 2019","archived":false,"fork":false,"pushed_at":"2026-06-03T11:50:14.000Z","size":268,"stargazers_count":0,"open_issues_count":11,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-06-03T13:21:49.555Z","etag":null,"topics":["advent-of-code","kotlin","puzzle-solver"],"latest_commit_sha":null,"homepage":"https://adventofcode.com/2019","language":"Kotlin","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/dbubenheim.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-06-04T12:19:14.000Z","updated_at":"2023-02-27T22:59:13.000Z","dependencies_parsed_at":"2026-01-16T18:05:09.030Z","dependency_job_id":null,"html_url":"https://github.com/dbubenheim/advent-of-code-2019","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dbubenheim/advent-of-code-2019","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbubenheim%2Fadvent-of-code-2019","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbubenheim%2Fadvent-of-code-2019/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbubenheim%2Fadvent-of-code-2019/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbubenheim%2Fadvent-of-code-2019/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dbubenheim","download_url":"https://codeload.github.com/dbubenheim/advent-of-code-2019/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbubenheim%2Fadvent-of-code-2019/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34678932,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-23T02:00:07.161Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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","kotlin","puzzle-solver"],"created_at":"2024-11-22T07:17:26.258Z","updated_at":"2026-06-23T06:31:45.842Z","avatar_url":"https://github.com/dbubenheim.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# advent-of-code-2019\n\n![GitHub last commit](https://img.shields.io/github/last-commit/dbubenheim/advent-of-code-2019?style=for-the-badge) \n![GitHub Workflow](https://github.com/dbubenheim/advent-of-code-2019/actions/workflows/build.yml/badge.svg)\n![GitHub](https://img.shields.io/github/license/dbubenheim/advent-of-code-2019?label=license\u0026style=for-the-badge)\n![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/dbubenheim/advent-of-code-2019?style=for-the-badge)\n![GitHub top language](https://img.shields.io/github/languages/top/dbubenheim/advent-of-code-2019?style=for-the-badge)\n![GitHub search hit counter](https://img.shields.io/github/search/dbubenheim/advent-of-code-2019/goto?style=for-the-badge)\n\n## Getting Started\n\nThese instructions will get you a copy of the project up and running on your local machine for development and testing purposes.\n\n### Prerequisites\n\nWhat things you need to install the software and how to install them\n\n- JDK 17 or later\n\n### Installing\n\nYou can setup the project into an IDE by importing the folder. The following command shows how to do it in IntelliJ IDEA.\n\n```\nidea advent-of-code-2019\n```\n\n## Running the tests\n\nYou can easily run the automated tests of this project by the shipped gradle wrapper\n\n```\n❯ ./gradlew clean test\nStarting a Gradle Daemon (subsequent builds will be faster)\n\n\u003e Task :app:compileKotlin\n\n\u003e Task :app:test\n\n...\n\nBUILD SUCCESSFUL in 1m 44s\n5 actionable tasks: 5 executed\n```\n\n### Break down into tests\n\nThere are unit tests for all of the solved days. Each one is in a separate package located under `src/test/kotlin`.\n\n```\n── test\n    ├── kotlin\n    │   └── advent\n    │       └── of\n    │           └── code\n    │               ├── day01\n    │               │   └── Day01Test.kt\n    │               ├── day02\n    │               │   └── Day02Test.kt\n    │               ├── day03\n    │               │   └── Day03Test.kt\n```\n\n## Built With\n\n* [Kotlin](https://kotlinlang.org/) - The programming language used\n* [Gradle](https://gradle.org/) - Dependency Management\n\n## Authors\n\n* **Daniel Bubenheim** - *Initial work* - [dbubenheim](https://github.com/dbubenheim)\n\nSee also the list of [contributors](https://github.com/dbubenheim/advent-of-code-2019/contributors) who participated in this project.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdbubenheim%2Fadvent-of-code-2019","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdbubenheim%2Fadvent-of-code-2019","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdbubenheim%2Fadvent-of-code-2019/lists"}