CameronAavik / AdventOfCode

My C# and F# Advent Of Code solutions
73 stars 10 forks source link

Figure out how to get the solver for a day/year with reflection #1

Closed CameronAavik closed 4 years ago

CameronAavik commented 5 years ago

Currently I manually map each day to each solver: Source.

It would be nice if it could work automatically with reflection rather than adding a new pattern match each time.

CameronAavik commented 4 years ago

I think I'll just leave it without reflection, it's not that much of a pain