mirror of
https://github.com/onyx-and-iris/aoc2023.git
synced 2024-11-15 15:10:49 +00:00
6 lines
62 B
Bash
6 lines
62 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
INPUT="input.txt"
|
||
|
|
||
|
cat $INPUT | go run .
|