We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40bd0d2 commit 37d0993Copy full SHA for 37d0993
day04.sh
@@ -0,0 +1,5 @@
1
+#! /bin/bash
2
+
3
+go build -o $(pwd)/bin/day04 ./day04/*.go && bin/day04 $(pwd)/day04/input_test.txt
4
5
+go build -o $(pwd)/bin/day04 ./day04/*.go && bin/day04 $(pwd)/day04/input.txt
0 commit comments