Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/petertseng/adventofcode-hs-2018
Solutions to https://adventofcode.com/2018 (20/25 problems, missing 12, 14, 15, 18, 23, unlikely to complete due to lack of interest)
https://github.com/petertseng/adventofcode-hs-2018
advent-of-code advent-of-code-2018 haskell
Last synced: 17 days ago
JSON representation
Solutions to https://adventofcode.com/2018 (20/25 problems, missing 12, 14, 15, 18, 23, unlikely to complete due to lack of interest)
- Host: GitHub
- URL: https://github.com/petertseng/adventofcode-hs-2018
- Owner: petertseng
- License: apache-2.0
- Created: 2020-12-28T01:05:15.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-12-23T18:20:23.000Z (about 1 month ago)
- Last Synced: 2024-12-23T19:27:25.966Z (about 1 month ago)
- Topics: advent-of-code, advent-of-code-2018, haskell
- Language: Haskell
- Homepage: https://adventofcode.com/2018
- Size: 31.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Advent of Code
These are my solutions to http://adventofcode.com
All solutions are written in Haskell.
[![Build Status](https://travis-ci.org/petertseng/adventofcode-hs-2018.svg?branch=master)](https://travis-ci.org/petertseng/adventofcode-hs-2018)
## Input
In general, all solutions can be invoked in both of the following ways:
* Without command-line arguments, takes input on standard input.
* With 1+ command-line arguments, reads input from the first, which must be the path to an input file.
Arguments beyond the first are ignored.Some may additionally support other ways:
None yet.
## Highlights
None yet.
### Packages
As of 2019, building Haskell packages on my development machine is (mostly) broken, so I was forced to implement the following days without packages, when I otherwise would have preferred to use packages:
None yet.
### Closing Thoughts
None yet.