/aoc-2019

Advent of Code 2019 solutions in Haskell

Primary LanguageHaskellMIT LicenseMIT

Solutions for Advent of Code 2019 in Haskell from Tsoding

Environment

$ neofetch
       _,met$$$$$gg.          rexim@rexim-B590
    ,g$$$$$$$$$$$$$$$P.       ----------------
  ,g$$P"     """Y$$.".        OS: Debian GNU/Linux 10 (buster) x86_64
 ,$$P'              `$$$.     Host: 20208 Lenovo B590
',$$P       ,ggs.     `$$b:   Kernel: 4.19.0-12-amd64
`d$$'     ,$P"'   .    $$$    Uptime: 33 days, 22 hours, 3 mins
 $$P      d$'     ,    $$P    Packages: 2572 (dpkg)
 $$:      $$.   -    ,d$$'    Shell: bash 5.0.3
 $$;      Y$b._   _,d$P'      Resolution: 1366x768, 1920x1080
 Y$$.    `.`"Y$$$$P"'         WM: i3
 `$$b      "-.__              CPU: Intel i5-3230M (4) @ 3.200GHz
  `Y$$                        GPU: NVIDIA GeForce 610M/710M/810M/820M / GT 620M/625M/630M/720M
   `Y$$.                      GPU: Intel 3rd Gen Core processor Graphics Controller
     `$$b.                    Memory: 2074MiB / 7816MiB
       `Y$$b.
          `"Y$b._
              `"""

$ ghc --version
The Glorious Glasgow Haskell Compilation System, version 8.6.5

Quick Start

$ cd <day-folder>
$ ghc -i.. Main.hs
$ ./Main