Compare commits

..

No commits in common. "0f254a243eff75ae44d8631153d63e3548e3893f" and "a67a87ad96e72a941f6e985679621040dc95d345" have entirely different histories.

2 changed files with 1 additions and 9 deletions

3
.gitignore vendored
View File

@ -24,6 +24,3 @@ go.work.sum
# input files
test*.txt
input.txt
# scaffold
scaffold.sh

View File

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