mirror of
https://github.com/onyx-and-iris/aoc2023.git
synced 2025-04-20 03:03:47 +01:00
Compare commits
2 Commits
a67a87ad96
...
0f254a243e
Author | SHA1 | Date | |
---|---|---|---|
0f254a243e | |||
e1829e595a |
3
.gitignore
vendored
3
.gitignore
vendored
@ -24,3 +24,6 @@ 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
5
day-11/run.sh
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
INPUT="input.txt"
|
||||||
|
|
||||||
|
cat $INPUT | go run .
|
Loading…
x
Reference in New Issue
Block a user