An open API service indexing awesome lists of open source software.

https://github.com/astynax/adventofcode2019

AdventOfCode'19 puzzle solutions
https://github.com/astynax/adventofcode2019

advent-of-code-2019 adventofcode2019 haskell

Last synced: 3 months ago
JSON representation

AdventOfCode'19 puzzle solutions

Awesome Lists containing this project

README

          

* Advent of Code 2019
** About
Here you can see my solutions for [[https://adventofcode.com/2019][AdventOfCode'19]] puzzles.
** Used tech
Haskell + stack
** Extra stuff
[[file:Intcode.hs][Intcode.hs]] contains my implementation of Intcode Computer from 5th day puzzle. [[file:ICTrace.hs][ICTrace.hs]] implements simple tracing Intcode interpreter.