aoc2023/day-4/run.sh
2023-12-04 17:23:02 +00:00

5 lines
61 B
Bash
Executable File

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