Arxcis / adventofcode2020

Community-project solving https://adventofcode.com/ - problems, with Github CI, Docker and support for many languages.
6 stars 8 forks source link

Solved day23 in python #118

Closed Stektpotet closed 3 years ago

Stektpotet commented 3 years ago

Turns out some of my solutions are really sensitive to file endings... ooops Lesson for next year: use rstrip on the input data

For now I can "get away with it" seeing as the .editorconfig specifies the standard of newline before EOF 😈 and files not following this standard were the cause of error