add run script

This commit is contained in:
onyx-and-iris 2023-12-07 23:19:04 +00:00
parent 14c9e2c504
commit 2ade2bf1fc

5
day-7/run.sh Executable file
View File

@ -0,0 +1,5 @@
#!/usr/bin/env bash
INPUT="input.txt"
cat $INPUT | go run .