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.