Skip to content

healeycodes/advent-of-code-2019

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

19 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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 <puzzle> <input> 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