Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/healeycodes/advent-of-code-2019

🎅 Advent of Code 2019 solutions and notes
https://github.com/healeycodes/advent-of-code-2019

advent-of-code advent-of-code-2019 adventofcode

Last synced: 14 days ago
JSON representation

🎅 Advent of Code 2019 solutions and notes

Awesome Lists containing this project

README

        

## Advent of Code 2019

🎅

I'm using this year's event to try out different languages :)

I'm not shooting for super optimized solutions. As long as they finish in under one second, I'm happy.


Puzzles take their input as an arg in the format ` ` e.g. `ruby ./part_two.rb ./input.txt`


Languages used so far:

1 - Python

2 - JavaScript

3 - Go

4 - PHP

5 - Lua

6 - Julia

8 - Ruby