Inputs should not be included in this repository
Closed this issue · 2 comments
brayevalerien commented
The author of the Advent of Code explicitly asks people to not include the puzzle inputs in public repositories here:
Can I copy/redistribute part of Advent of Code? Please don't. Advent of Code is free to use, not free to copy. If you're posting a code repository somewhere, please don't include parts of Advent of Code like the puzzle text or your inputs.
JalonSolov commented
Correct, it shouldn't include your inputs. The inputs in the repo are the example inputs everyone sees when they see the puzzles.
If we didn't include some type of input, there would be no way to test the submitted code.
brayevalerien commented
I see, it makes more sense now. Thanks for answering.