Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 448 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 448 Bytes

advent-of-code-2017

Solutions for Advent of Code 2017.

Each advent calendar solution can be carefully unwrapped in the folder for that day. 🎄

Running

All solutions are in Golang.

For most solutions, a simple go build in the folder for the day you want to unwrap will produce an executable that you can run to see the solution for a particular input (you can change the input in input.txt).