mirror of
https://github.com/onyx-and-iris/aoc2023.git
synced 2024-11-25 11:50:47 +00:00
5 lines
61 B
Bash
5 lines
61 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
INPUT="input.txt"
|
||
|
|
||
|
cat $INPUT | go run .
|