aoc2023/day-2/run.sh
2023-12-02 20:13:42 +00:00

5 lines
61 B
Bash
Executable File

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