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
- Host: GitHub
- URL: https://github.com/astynax/adventofcode2019
- Owner: astynax
- License: bsd-3-clause
- Created: 2019-12-06T13:21:29.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-12-01T15:45:45.000Z (about 4 years ago)
- Last Synced: 2025-02-15T02:30:54.822Z (12 months ago)
- Topics: advent-of-code-2019, adventofcode2019, haskell
- Language: Haskell
- Homepage:
- Size: 107 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: LICENSE
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.