aoc2023/day-7/run.sh
2023-12-07 23:19:04 +00:00

5 lines
61 B
Bash
Executable File

#!/usr/bin/env bash
INPUT="input.txt"
cat $INPUT | go run .