AdventOfCode2017 My solutions to Advent of Code 2017 written in D, using TDD and High-Order Functions How to build First, get yourself a D compiler. Then, run each project with tests. # dub test --compiler=ldc2 -v