aoc2023/day-12/run.sh
2023-12-14 03:44:07 +00:00

6 lines
62 B
Bash
Executable File

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