advent-of-code/2021/day-01/Justfile

3 lines
84 B
Makefile

@part PART INPUT_FILE="inputs/puzzle.txt":
ruby part_{{PART}}.rb {{INPUT_FILE}}