yogan / advent-of-code

Advent of Code solutions
4 stars 0 forks source link

Add sample support to all templates (except DDP) #13

Closed yogan closed 4 weeks ago

yogan commented 9 months ago

Has input.txt, but no sample.txt:

yogan commented 4 weeks ago

Ideally take this approach: ./run.sh [FILENAME], with a default to input.txt when no argument is given.

Adapt the scripts of all templates to use this pattern (don't forget about READMEs).