3 lines
98 B
Makefile
3 lines
98 B
Makefile
@part PART INPUT_FILE="inputs/puzzle.txt":
|
|
nim r --hints:off part_{{PART}}.nim {{INPUT_FILE}}
|