https://github.com/glguy/advent2018
Advent of Code 2018 Solutions
https://github.com/glguy/advent2018
advent-of-code advent-of-code-2018 haskell
Last synced: 6 months ago
JSON representation
Advent of Code 2018 Solutions
- Host: GitHub
- URL: https://github.com/glguy/advent2018
- Owner: glguy
- License: isc
- Created: 2018-12-01T05:22:08.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-11-14T17:35:07.000Z (about 6 years ago)
- Last Synced: 2025-05-27T18:47:35.605Z (8 months ago)
- Topics: advent-of-code, advent-of-code-2018, haskell
- Language: Haskell
- Size: 249 KB
- Stars: 37
- Watchers: 6
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Advent of Code 2018 Haskell solutions
I'm building my Haskell solutions using
[cabal-install](https://www.haskell.org/cabal/users-guide/). Make sure you're
using an up-to-date version of the tool to get the best `v2-build` support!
```
$ cabal v2-build
```
The project can also be built using [Stack](https://docs.haskellstack.org/en/stable/README/)
if that's what you have available.
```
$ stack setup # only necessary the first time you use a resolver
$ stack build
```
## Other languages
I'll be adding C++ and Rust solutions for some of the problems as well.
You can find information about those in the relevant subdirectories.