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 |
5
.gitignore
vendored
5
.gitignore
vendored
@ -23,4 +23,7 @@ go.work.sum
|
||||
|
||||
# input files
|
||||
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