3 lines
86 B
Makefile
3 lines
86 B
Makefile
@part PART INPUT_FILE="inputs/puzzle.txt":
|
|
go run part_{{PART}}.go {{INPUT_FILE}}
|