/AdventOfCode

Solving holiday-themed programming puzzles for fun! ^^

Primary LanguagePython

Advent of Code

A multi-year, multi-language repo for solving the fun programming puzzles of Advent of Code.

Directory structure mostly follows this pattern.

├── year
│   ├── language
│   │   ├── day#
│   │   │   ├── main.xx
│   │   │   ├── input.txt

So if you're looking for Advent of Code 2019 day 1, with solutions implemented in Golang, try looking in 2019/golang/day01.