{"id":16529383,"url":"https://github.com/glebec/advent-of-code-2019","last_synced_at":"2026-05-29T13:31:32.365Z","repository":{"id":84560016,"uuid":"225116401","full_name":"glebec/advent-of-code-2019","owner":"glebec","description":"Advent of Code 2019 Solutions in Haskell","archived":false,"fork":false,"pushed_at":"2019-12-09T05:35:33.000Z","size":45,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-03T06:31:15.342Z","etag":null,"topics":["advent-of-code","advent-of-code-2019","algorithms","challenge","functional-programming","haskell","puzzles","solutions"],"latest_commit_sha":null,"homepage":null,"language":"Haskell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/glebec.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":"2019-12-01T06:24:07.000Z","updated_at":"2020-01-28T04:06:19.000Z","dependencies_parsed_at":"2023-03-02T12:15:18.411Z","dependency_job_id":null,"html_url":"https://github.com/glebec/advent-of-code-2019","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/glebec/advent-of-code-2019","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glebec%2Fadvent-of-code-2019","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glebec%2Fadvent-of-code-2019/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glebec%2Fadvent-of-code-2019/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glebec%2Fadvent-of-code-2019/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/glebec","download_url":"https://codeload.github.com/glebec/advent-of-code-2019/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glebec%2Fadvent-of-code-2019/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33655440,"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-05-29T02:00:06.066Z","response_time":107,"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","advent-of-code-2019","algorithms","challenge","functional-programming","haskell","puzzles","solutions"],"created_at":"2024-10-11T17:44:39.776Z","updated_at":"2026-05-29T13:31:32.353Z","avatar_url":"https://github.com/glebec.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Advent of Code 2019\n\nThis repo contains my solutions to the [2019 Advent of Code](https://adventofcode.com/2019) challenge.\n\nI will be attempting solutions in [Haskell](http://haskell.org/) (specifically [GHC](https://wiki.haskell.org/GHC)).\n\n## Setup\n\nThis project uses [Stack](https://docs.haskellstack.org). Assuming you have Stack installed, the easiest way to evaluate the code examples is to launch the GHCi REPL via `stack ghci` in the root directory.\n\n## Problems\n\nDay | Prompt | Solution\n----|--------|---------\n1   | [The Tyranny of the Rocket Equation](https://adventofcode.com/2019/day/1) | [src/Day01/Solution.hs](src/Day01/Solution.hs)\n2   | [1202 Program Alarm](https://adventofcode.com/2019/day/2) | [src/Day02/Solution.hs](src/Day02/Solution.hs)\n3   | [Crossed Wires](https://adventofcode.com/2019/day/3) | [src/Day03/Solution.hs](src/Day03/Solution.hs)\n4   | [Secure Container](https://adventofcode.com/2019/day/4) | [src/Day04/Solution.hs](src/Day04/Solution.hs)\n5   | |\n6   | [Universal Orbit Map](https://adventofcode.com/2019/day/6) | [src/Day06/Solution.hs](src/Day06/Solution.hs)\n7   | |\n8   | [Space Image Format](https://adventofcode.com/2019/day/8) | [src/Day08/Solution.hs](src/Day08/Solution.hs)\n9   | |\n10  | |\n11  | |\n12  | |\n13  | |\n14  | |\n15  | |\n16  | |\n17  | |\n18  | |\n19  | |\n20  | |\n21  | |\n22  | |\n23  | |\n24  | |\n25  | |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fglebec%2Fadvent-of-code-2019","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fglebec%2Fadvent-of-code-2019","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fglebec%2Fadvent-of-code-2019/lists"}