fguchelaar / AdventOfCode2020

My solutions for the 2020 🦠 edition of Advent of Code (https://adventofcode.com/2020)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of Code 2020

My solutions for the sixth installment of Advent of Code.

Creating the 'packages'

I've prepared a Template that can be used for each day, containing a package of type executable. Just copy the template and set the correct number where NN is used.

Running the solutions

Simply run swift run in a folder to run the solution and get the answers. For better perfomance use swift run -c release.

For most days I've created unit-tests based on the example inputs. Run those with swift test.

About

My solutions for the 2020 🦠 edition of Advent of Code (https://adventofcode.com/2020)


Languages

Language:Swift 99.8%Language:Shell 0.2%