aoc2023/day-3/run.sh
2023-12-03 23:57:05 +00:00

5 lines
61 B
Bash
Executable File

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