mirror of
https://github.com/onyx-and-iris/aoc2023.git
synced 2026-09-19 17:52:29 +00:00
Compare commits
2
Commits
a67a87ad96
...
0f254a243e
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0f254a243e | ||
|
|
e1829e595a |
+4
-1
@@ -23,4 +23,7 @@ go.work.sum
|
||||
|
||||
# input files
|
||||
test*.txt
|
||||
input.txt
|
||||
input.txt
|
||||
|
||||
# scaffold
|
||||
scaffold.sh
|
||||
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
INPUT="input.txt"
|
||||
|
||||
cat $INPUT | go run .
|
||||
Reference in New Issue
Block a user