Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 459 Bytes

README.md

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.

├── 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.