/advent-of-code-2018

🎄❄️☃️🎅 A series of small programming puzzles

Primary LanguageGo

🎄❄️☃️🎅 Advent of Code - 2018 🎄❄️☃️🎅

Advent of Code is a series of small programming puzzles.

This year, I've decided to solve them in Go.

You can also see my 2017 repository.

Building

go build -o main

Running

All the solutions take the input filename as a command line flag, e.g.

./main input.txt