add run scripts

This commit is contained in:
onyx-and-iris 2023-12-06 17:08:59 +00:00
parent 9fd4f8131a
commit 1c686b53de
2 changed files with 10 additions and 0 deletions

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

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

5
day-6/run.sh Normal file
View File

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