Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 459 Bytes

File metadata and controls

15 lines (11 loc) · 459 Bytes

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.

├── language
│   ├── year
│   │   ├── 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 golang/2019/day01.