eduherminio / AoCHelper

Helper .NET library for solving Advent of Code puzzles

Home Page:https://adventofcode.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Solve problem by index

eduherminio opened this issue · comments

Add an option to solve a problem my index.

Example:
Solver.Solve(12) should solve problem(s) where CalculateIndex() returns 12.

This should facilitate the parsing of arguments from standard input (idea taken from here, thanks @ZeevoX!).


Once the functionality is implemented, it'd be nice to provide something out of the box in the template.