mirror of
https://github.com/onyx-and-iris/aoc2023.git
synced 2024-11-15 15:10:49 +00:00
add run script
This commit is contained in:
parent
e1829e595a
commit
0f254a243e
5
day-11/run.sh
Normal file
5
day-11/run.sh
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
INPUT="input.txt"
|
||||||
|
|
||||||
|
cat $INPUT | go run .
|
Loading…
Reference in New Issue
Block a user