Compare commits

..

2 Commits

Author SHA1 Message Date
0f254a243e add run script 2023-12-12 16:16:42 +00:00
e1829e595a add scaffold.sh to .gitignore 2023-12-12 15:55:24 +00:00
2 changed files with 9 additions and 1 deletions

5
.gitignore vendored
View File

@ -23,4 +23,7 @@ go.work.sum
# input files # input files
test*.txt test*.txt
input.txt input.txt
# scaffold
scaffold.sh

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

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