Compare commits

...
2 Commits
Author SHA1 Message Date
onyx_online 0f254a243e add run script 2023-12-12 16:16:42 +00:00
onyx_online e1829e595a add scaffold.sh to .gitignore 2023-12-12 15:55:24 +00:00
2 changed files with 9 additions and 1 deletions
+4 -1
View File
@@ -23,4 +23,7 @@ go.work.sum
# input files
test*.txt
input.txt
input.txt
# scaffold
scaffold.sh
+5
View File
@@ -0,0 +1,5 @@
#!/usr/bin/env bash
INPUT="input.txt"
cat $INPUT | go run .