gobanos / cargo-aoc

447 stars 47 forks source link

Allow generator to get untrimmed input #23

Closed samueltardieu closed 5 years ago

samueltardieu commented 5 years ago

Hi.

My input for day 13 must not be trimmed as it starts with significant spaces at the beginning of the first line. Is there a way to indicate that the input should not be trimmed for a particular problem?

gobanos commented 5 years ago

In aoc-runner 0.2.2, trimming in done only on tailing \n. Update aoc-runner & cargo-aoc

samueltardieu commented 5 years ago

Indeed, this works fine now.