Advent of Code 2020

This repository is my attempt to complete the exercises in the Advent of Code programming challenge for 2020. I've chosen to work in F# this year - I've been doing some F# work in production for my day job, and I'm interested in honing my functional programming skills.

If you're working on the Advent of Code challenges yourself, I strongly recommend you try to complete each exercise on your own before looking at my solutions.

Note: These files also contain my example puzzle inputs. These will probably NOT match your puzzle inputs.

Code in this repository is licensed under the MIT License.

Contents

Title Code
Day 1: Report Repair Day01.fs
Day 2: Password Philosophy Day02.fs
Day 3: Toboggan Trajectory Day03.fs
Day 4: Passport Processing Day04.fs