https://github.com/glebec/advent-of-code-2018
My solutions for the 2018 Advent of Code challenge
https://github.com/glebec/advent-of-code-2018
advent-of-code advent-of-code-2018 christmas code-challenge haskell haskell-exercises
Last synced: 7 months ago
JSON representation
My solutions for the 2018 Advent of Code challenge
- Host: GitHub
- URL: https://github.com/glebec/advent-of-code-2018
- Owner: glebec
- License: bsd-3-clause
- Created: 2018-12-07T04:51:43.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-08T05:14:33.000Z (over 7 years ago)
- Last Synced: 2025-03-03T06:31:16.872Z (about 1 year ago)
- Topics: advent-of-code, advent-of-code-2018, christmas, code-challenge, haskell, haskell-exercises
- Language: Haskell
- Homepage: https://adventofcode.com/2018
- Size: 34.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Advent of Code 2018
This repo contains my solutions to the [2018 Advent of Code](https://adventofcode.com/2018) challenge.
I will be attempting most or all of the solutions in [Haskell](http://haskell.org/) (specifically [GHC](https://wiki.haskell.org/GHC)).
## Setup
This 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.