glguy / advent2018

Advent of Code 2018 Solutions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of Code 2018 Haskell solutions

I'm building my Haskell solutions using cabal-install. 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 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.

About

Advent of Code 2018 Solutions

License:ISC License


Languages

Language:Haskell 84.2%Language:C++ 7.8%Language:Rust 7.6%Language:Meson 0.4%