aoc2023/day-10/run.sh
onyx-and-iris 7cf383d9c9 move steps into tracker... it is afterall, the tracker
initializeTracker should be a factory function
2023-12-11 12:08:55 +00:00

5 lines
61 B
Bash
Executable File

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