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

3 lines
86 B
Makefile

@part PART INPUT_FILE="inputs/puzzle.txt":
go run part_{{PART}}.go {{INPUT_FILE}}