Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 249 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 249 Bytes

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