Closed samueltardieu closed 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?
In aoc-runner 0.2.2, trimming in done only on tailing \n. Update aoc-runner & cargo-aoc
Indeed, this works fine now.
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?