Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

adventofcode

A bunch of terrible code to fulfill the requirements of the Advent of Code (http://adventofcode.com/).

Progress

Here's my done-ness to date:

Day Part 1 Part 2
01 Done Done
02 Done Done
03 Done Done
04 Done Done
05 Done Done
06 Done Done
07 In Progress
08
09
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25

Log

Day 03

I'm getting suspicious. This was too easy.

Day 02

I'm super tired so I couldn't think past brute force. I hope to revisit this one with a more interesting solution.

Day 01

Getting back to the grind!

Executed using perl just to get it done since i'm tired. Will add more languages as time permits.