/adventofcode2019

AdventOfCode'19 puzzle solutions

Primary LanguageHaskellBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Advent of Code 2019

About

Here you can see my solutions for AdventOfCode’19 puzzles.

Used tech

Haskell + stack

Extra stuff

Intcode.hs contains my implementation of Intcode Computer from 5th day puzzle. ICTrace.hs implements simple tracing Intcode interpreter.