velveteer / aoc2022

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of Code 2022

Solutions to https://adventofcode.com.

Development

  1. Get ghcup
  2. Install ghc
ghcup install ghc 9.2.5
  1. Install cabal-install
ghcup install cabal
  1. (Optional) Install ghcid and doctest
cabal install ghcid && cabal install doctest

Fire up GHCi

cabal repl

Or fire up the GHCi daemon

ghcid

This will reload the interpreter and run doctests on every file save. Requires both ghcid and doctest to be on your PATH.

About


Languages

Language:Haskell 100.0%