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

3 lines
98 B
Makefile

@part PART INPUT_FILE="inputs/puzzle.txt":
nim r --hints:off part_{{PART}}.nim {{INPUT_FILE}}