Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/meemaw/aoc-2019

Solutions to Advent of Code 2019
https://github.com/meemaw/aoc-2019

advent-of-code advent-of-code-2019 javascript typescript

Last synced: 3 days ago
JSON representation

Solutions to Advent of Code 2019

Awesome Lists containing this project

README

        

# :christmas_tree: Advent of Code 2019 :christmas_tree:

[![Actions Status](https://github.com/Meemaw/aoc-2019/workflows/main/badge.svg)](https://github.com/Meemaw/aoc-2019/actions) [![codecov](https://codecov.io/gh/Meemaw/aoc-2019/branch/master/graph/badge.svg)](https://codecov.io/gh/Meemaw/aoc-2019)

- [x] [Day 1: The Tyranny of the Rocket Equation](src/day1/day1.ts)
- [x] [Day 2: 1202 Program Alarm](src/day2/day2.ts)
- [x] [Day 3: Crossed Wires](src/day3/day3.ts)
- [x] [Day 4: Secure Container](src/day4/day4.ts)
- [x] [Day 5: Sunny with a Chance of Asteroids](src/day5/day5.ts)
- [x] [Day 6: Universal Orbit Map](src/day6/day6.ts)
- [x] [Day 7: Amplification Circuit](src/day7/day7.ts)
- [x] [Day 8: Space Image Format](src/day8/day8.ts)