No description
Find a file
2019-12-23 09:36:37 -05:00
00-utils Finished day 21 2019-12-23 09:36:37 -05:00
01-the-tyranny-of-the-rocket-equation Code cleanup 2019-12-16 22:08:24 -05:00
02-1202-program-alarm Moved Intcode to a module 2019-12-15 18:53:33 -05:00
03-crossed-wires Code cleanup 2019-12-16 22:08:24 -05:00
04-secure-container Updated run for all days to check for modules in utils folder 2019-12-15 21:26:51 -05:00
05-sunny-with-a-chance-of-asteroids Moved Intcode to a module 2019-12-15 18:53:33 -05:00
06-universal-orbit-map Code cleanup 2019-12-16 22:08:24 -05:00
07-amplification-circuit Code cleanup 2019-12-16 22:08:24 -05:00
08-space-image-format Updated run for all days to check for modules in utils folder 2019-12-15 21:26:51 -05:00
09-sensor-boost Moved Intcode to a module 2019-12-15 18:53:33 -05:00
10-monitoring-station Updated run for all days to check for modules in utils folder 2019-12-15 21:26:51 -05:00
11-space-police Moved Intcode to a module 2019-12-15 18:53:33 -05:00
12-the-n-body-problem Updated run for all days to check for modules in utils folder 2019-12-15 21:26:51 -05:00
13-care-package Moved Intcode to a module 2019-12-15 18:53:33 -05:00
14-space-stoichiometry Updated run for all days to check for modules in utils folder 2019-12-15 21:26:51 -05:00
15-oxygen-system Moved Intcode to a module 2019-12-15 18:53:33 -05:00
16-flawed-frequency-transmission Clean up 2019-12-16 09:37:41 -05:00
17-set-and-forget Finished day 21 2019-12-23 09:36:37 -05:00
18-many-worlds-interpretation Started day 18 finished day 19 2019-12-19 13:29:05 -05:00
19-tractor-beam Started day 18 finished day 19 2019-12-19 13:29:05 -05:00
20-donut-maze Finished day 21 2019-12-23 09:36:37 -05:00
21-springdroid-adventure Finished day 21 2019-12-23 09:36:37 -05:00
LICENSE Initial commit 2019-12-01 02:20:39 -05:00
README.md Finished day 21 2019-12-23 09:36:37 -05:00

Advent of Code 2019

[License: GPL
v3](https://git.mehalter.com/mehalter/aoc2019/src/branch/master/LICENSE)

This is my repository for the Advent of Code 2019 challenges. I have decided to attempt all of the challenges in Haskell to brush up on my functional programming knowledge.

Advent of Code 2019

Santa has become stranded at the edge of the Solar System while delivering presents to other planets! To accurately calculate his position in space, safely align his warp drive, and return to Earth in time to save Christmas, he needs you to bring him measurements from fifty stars.

Collect stars by solving puzzles. Two puzzles will be made available on each day in the Advent calendar; the second puzzle is unlocked when you complete the first. Each puzzle grants one star. Good luck!

Days